G
Guest
Hello,
I have Visual C++ 2005 on XP-Pro. I try do do a "quick and dirty" program
to run on a Win2000 computer. The only system call is a "printf()". When I
try to run this program on the other computer, there is an error message
saying "this program can not be started on this computer".
I suppose, this is due to the missing system DLLs msvcr80.dll, msvcm80.dll
and msvcp80.dll.
How can I link the equivalent libs statically to my program?
I cannot find any switch. The older versions of Visual C++, had a checkbox
for this.
Thanks in advance....
Johannes Kehrer
I have Visual C++ 2005 on XP-Pro. I try do do a "quick and dirty" program
to run on a Win2000 computer. The only system call is a "printf()". When I
try to run this program on the other computer, there is an error message
saying "this program can not be started on this computer".
I suppose, this is due to the missing system DLLs msvcr80.dll, msvcm80.dll
and msvcp80.dll.
How can I link the equivalent libs statically to my program?
I cannot find any switch. The older versions of Visual C++, had a checkbox
for this.
Thanks in advance....
Johannes Kehrer