Compiled on my computer with MSVS2005 and worked on my computer programm is not running on another computer? why? The message is:
Not configured or settings is not right.
Please, try to reinstall! etc.
I believe Visual Studio also puts a copy of the redistributable on your drive during installation but I can't remember exactly where as I'm not at a PC
You can also change your project settings to link statically instead of dynamically to the MFC libraries (I believe that is whats causing the issue). This will however result in a larger final executable.
I found an answer on another forum.
Project Settings -> Runtime Library -->Multi-threaded (not mulrithreaded dll)
but another problem. I attach a library to my project, which I don't write only used a functions. And simple error:
... is already defined...
fatal error one oe more multiply defined symbols found