Good evening! I used the Intel C ++ Compiler from here ( http://rutracker.org/forum/viewtopic.php?t=4536674) to compile the program. Then I ran the executable file, to which the system issued a warning that the application was not compatible with the current version of Windows. The system is 32-bit. What if compilation needs to be done using this compiler? Do not reinstall the system for the sake of this ...
1 answer
If you need to build software for x64 on x86 by this compiler, then yes, you need to install x64 OS (your processor still has to support it).
Try to raise OS x64 on VirtualBox.
- Is it possible? I mean
64-bit Guest OSunderVirtualBoxon32-bit Host OS. At least I did not work onDualCoreandWinXP SP3. - avp 5:19 - I did not try it myself, because I put x64 by default. MB emulator can emulate x64. - Man_Borscha
- If the host OS is 32 bit, then the guest OS can also be only 32 bit - user268178
|