1
General / Re: x86 using x64 dependences
« on: September 22, 2013, 12:05:16 am »Microsoft must have found it funny, but on x64 systems, the x64 binaries are located in system32, while the x86 binaries can be found in the SySWoW64 directory.
BUT Microsoft essentially doesn't allow you to distribute those DLLs, instead you have to install the respective redistributable package on the target PC.
well, thanks for your reply, I'm feeling cheated by microsoft(but, that's my fault too not read about the windows folders) .
And thanks for additional information about the vcredist , so, I think now it's time to migrate to the MinGW/GCC...