Compile x64 application
-
MSVC - Microsoft Visual C++. it's how most people name MS C++ compiler. Microsoft SDK is a whole package of tools, frameworks etc. useful in development, and it does indeed include MSVC. You can use almost any version to build Qt. I can recommend MSVC 9 or 10 (also called 2008 and 2010 in some places). There is a newer version available (2012), but I've heard it can cause some problems.
Alternatively, you can get MSVC by installing Microsoft Visual Studio application.
-
Yeah, I kind of noticed that. Not a problem, we all were newbies at some point.
IIRC, compiler itself is hiding behind "cl" command. To be certain that you are using the 2010 version, go to menu start, find the entry for your Visual Studio installation, go to Visual Studio tools->Visual Studio Command Prompt (2010).
-
it does not works anything i miss?
it does not recognize the command
-
oh but it works on Windows SDK 7.1 Command Prompt
this is what i did
- launch Windows SDK 7.1 Command Prompt
- run cd c:/qt/4.8.3
- run setenv /release /x64
4.run configure -release -static
i think it will start compiling if i continue the procedure but will it works after that? (cant test it right now because got some task running on my windows)
hahaha it's really troublesome just for compiling 1 little cute program
-
Well, Qt is huge. Normally, users should not be exposed to compiling, especially on Windows/ Mac. If someone wants to release a piece of software, he/ she should provide easy installers, or at least bundle the libraries with the application. You can download ready-made libraries from this site, by the way (not 64 bit, though ;)).
-
the author just lazy to keep updating the software so he release the source code so we can updating ourself :p
oh can you help me about this
this is what i do and it does compile the Qt libraries (right now its compiling the Qt libraries don't know if it will work when compiling the downloaded source code)
- launch Windows SDK 7.1 Command Prompt
- run cd c:/qt/4.8.3
- run setenv /release /x86
4.run configure -release -static
5.run nmake sub-src
but when i do this it throw me some error
- launch Windows SDK 7.1 Command Prompt
- run cd c:/qt/4.8.3
- run setenv /release /x64
- run configure -release -static
Creating qmake…
execute: File or path is not found (nmake)
execute: File or path is not found (namke)
Cleaning qmake failed, return code -1please help newbie like me because i really need this thing done hahaha
-
[quote author="furetel" date="1349972835"]ahhh after compiled the Qt libraries using the above method this command qmake -config release && make does not work anymore, i think i need to read more maybe i miss something here thanks for the help anyway :)[/quote]
Instead of trying to compile hascat-gui, why don't you just learn how to use hashcat command line, huh?