Consultor Eletrônico



Kbase P101659: Error LNK1104 on mfc70.lib when running link script
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/03/2005
Status: Unverified

FACT(s) (Environment):

Windows 2003
OpenEdge 10.0A

SYMPTOM(s):


Error LNK1104 on mfc70.lib when running link script


LINK : fatal error LNK1104: cannot open file "mfc70.lib"

Link script generated by probuild

Compiling with Visual Studio .NET 2003 (version 7.1)

CAUSE:

Visual Studio .NET 2003 (version 7.1) doesn't contain an mfc70.lib, but does contain an mfc71.lib. The link script generated by OE 10 is looking for the mfc70.lib.

FIX:


Try the following linking options in the .lnk script file in order to bypass the error:
-nodefaultlib:mfc70.lib
-nodefaultlib:mfcs70.lib