the application was unable to start correctly(0xc000007b)

Sep 22, 2010 at 9:19am
hi,
i wrote a VC++ program in VS2008 ,when i create a release from my project it work well on my PC, but on other PCs this error occurred:
the application was unable to start correctly(0xc000007b).

what is the problem??

OS : windows 7 x64
Sep 22, 2010 at 11:13am
That seems to be a common error under 64bit Windows 7 when it can't find necessary DLLs at startup. Is the VS2008 runtime installed?
Sep 22, 2010 at 2:40pm
my program is 32bit and VS2008 runtime 32bit is installed.
Sep 22, 2010 at 3:45pm
What other DLLs does your app need? You can check with depends.
Sep 22, 2010 at 4:04pm
Indeed my program is directx 9 application, and also i installed directx 9 runtime.
when i copy the debug it work on other PCs but Release does't work!!
i think that i must change some setting in Release mode but I do not know what changed are needed!!!
Sep 22, 2010 at 4:12pm
It's probably a Manifest/Side by Side issue.
Topic archived. No new replies allowed.