the application was unable to start correctly(0xc000007b)

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
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?
my program is 32bit and VS2008 runtime 32bit is installed.
What other DLLs does your app need? You can check with depends.
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!!!
It's probably a Manifest/Side by Side issue.
Topic archived. No new replies allowed.