Cant run my stuff on other's people pc's.

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...

someone please can tell me what am i doing wrong?
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)

or link them static

or install vcredist on the targetpc
Cant i make something (like any other app out there)
that just works without those stuff?
That is what a static build is. It includes all those files inside the .exe.
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?
Last edited on
You could do a search using VS's internal help files or maybe just Google.
Topic archived. No new replies allowed.