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