When I compile anything with Visual C++ 2008 (9.0) express
and run it everything is fine, but when i try to send the .EXE file to someone
they cant run it on their pc , eveen something simple like "helloworld" thing.
it's show's them error message or just nothing happens...
lookup for these files (in a directory called "redist")
msvcm90.dll
msvcp90.dll
msvcr90.dll
Microsoft.V90.CRT.manifest
(copy them to the directory of the target pc which contains your exe or to the system32)
how do i do that? i mean, what do you mean static build?
i need to just make a folder with the .EXE and the dll's or there is a way to put those dll's inside the exe?