I have read the previous threads on this problem and haven't been able to fix it. I am getting several link errors similar to the following:
error LNK2005: _exit already defined in msvcrt.lib(msvcr71.dll)
There are several other symbols that are reported as already defined - all dealing with the same two files. This program compiles fine in VC6; the problem occurs when I compile in VC++ .NET (Windows 2003 Server)
Any help would be appreciated. Thanks.
-Gabe
error LNK2005: _exit already defined in msvcrt.lib(msvcr71.dll)
There are several other symbols that are reported as already defined - all dealing with the same two files. This program compiles fine in VC6; the problem occurs when I compile in VC++ .NET (Windows 2003 Server)
Any help would be appreciated. Thanks.
-Gabe