Hi all,
I developped a very simple C command line program. It works quite well on my machine where C::B is installed, but refuse to execute on another machine, though I deploy it with the "msvcr80.dll" and the corresponding ".exe.manifest" file... It only displays an alert box with the following error message: "This application cannot be launched because application configuration is uncorrect" (approximative translation from the french original message).
I tried to add several other DLLs, tried to rebuild my app with differents compilation options, but nothing worked...
Both machines are under Windows XP SP2
I use C::B with the Microsoft Visual C++ 2005 compiler
Does anybody have an idea ?
Thanks.