Hi,
when i build my program in release mode and try to run it on a computer without visual c++ it requires dll's it does not need to run (msvcr100.dll). How to fix this? thx
Yes, tried to put the dll's into system directories, no help. I guess CB would work too, but i found out that i only need to install microsoft visual c++ redistributable package and all works. I guess that would have installed if i would have made self extractor after release build. So i guess there's no other way around these dll's if you're building in vc++ .
Go to your project's property page. I think in the C++ section, there's a "Code Generation" page. An option on that page says something like "Multithreaded DLL". Change that to "Multithreaded" (no DLL) and then rebuild.