DXViewer missing DLL

Started by
5 comments, last by alirakiyan 13 years, 1 month ago
hi all

when I Compile DXViewer , I get error :

Missing msvcr90d.dll

and

missing msvcp90d.dll
Advertisement
classic error, install VC++ resitributables
usually it's 2005/2008 or 2010
they automaticly installs with latest drivers from nvidia/ati and some games
Crazy dude smoking D3D11, AngelScript, PhysX, 3D Sound, Network, DB, FBX, and some other weird things, doing that on Visual Studio 2010 + Visual Assist X on Overclocked CPU

classic error, install VC++ resitributables
usually it's 2005/2008 or 2010
they automaticly installs with latest drivers from nvidia/ati and some games


thansks but not so simple!


only this project is giving such a message!!

Other projects are OK!!

The dlls reported missing are for debug builds.

Have you tried building in release mode?
For the love of god, please tell me that you've just omitted your error checking code for brevity, and you don't really assume that all those functions succeed.
yes .even more,when I check the exe with dependency walker, two dlls are missing.while those dlls are located in the system





aside from that it may be possible that u changed something in your manifest settings that screwed it up
maybe it's looking for x64 dlls and u give it x86 or inverse
Crazy dude smoking D3D11, AngelScript, PhysX, 3D Sound, Network, DB, FBX, and some other weird things, doing that on Visual Studio 2010 + Visual Assist X on Overclocked CPU
In Windows 7 , the first time that I start to build the DXViewer, gives that error.therefor , I think this is not due to my changes!

I'm working in 32bit version of windows and I thinkthe project should not search for x64 dlls.

This topic is closed to new replies.

Advertisement