Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OMFC library with Visual C++ 6.0

OMFC library with Visual C++ 6.0

From: Mayhem <Mayhem_at_austin.rr.com>
Date: Wed, 02 Jun 1999 22:09:22 GMT
Message-ID: <mYh53.79$x3.104048@typhoon.austin.rr.com>


Perhaps someone knows what the problem is here. Any help is greatly appreciated.

I am trying to use OO4O 8.1.5.3.3 and the OMFC library with Visual C++ 6.0. Everything works fine until I add the OMFC60.LIB library into the project. At that point it gives me 100 or so errors and warnings. All but 2 go away when I exclude NAFXCW.LIB and LIBCMT.LIB from the build. This is what remains.




omfc60.lib(OMFC.OBJ) : error LNK2001: unresolved external symbol "protected: static struct AFX_MSGMAP const CWnd::messageMap" (?messageMap_at_CWnd@@1UAFX_MSGMAP@@B)

omfc60.lib(OMFC.OBJ) : error LNK2001: unresolved external symbol "char const * const _afxPchNil" (?_afxPchNil@@3PBDB)

Debug/Tracker.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe.



This seems like a very obvious problem with the OMFC library, but I can't find ANYTHING on the subject. Any advice would help. Thanks.

Jeffrey Smith Received on Wed Jun 02 1999 - 17:09:22 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US