[gameprogrammer] Re: problem deploying app

Hi every one, I always have this problem, but I solve it with this way:

in project property pages under "configuration properties" in C/C++ in "code
Generation" you have to change the run time library from any Multi-threaded
DLL(/MD or /MDd) to Multi-threaded (/MT or /MTd) so it will work fine, but
the problem is if you are using a library that using Multi-threaded DLL run
time library such as crystalspace then this well not work, so I'm
searching for any budy can help me in this.

Other related posts: