15 мая 2023 года "Исходники.РУ" отмечают своё 23-летие!
Поздравляем всех причастных и неравнодушных с этим событием!
И огромное спасибо всем, кто был и остаётся с нами все эти годы!

Главная Форум Журнал Wiki DRKB Discuz!ML Помощь проекту


Link problem with Vc++ Cross dev mac

Jean-Luc RENAUD -- reno@vtech.fr
Thursday, September 12, 1996

Environment: Nt 4.0b2, VC++ 4.2, VC++Cros Dev for Mac 4.0 + patch update
Hi,
I am trying to build a fresh wizard generated application on Macintosh
platform, 
I have link error messages before I start to write anything. 
I'll appreciate if anybody had such experience.
thks :-)

he is the error messages :

MainFrm.obj : error LNK2001: unresolved external symbol "public: static
struct CRuntimeClass const 
CFrameWnd::classCFrameWnd"(?classCFrameWnd@CFrameWnd@@2UCRuntimeClass@@B)
GenFicDoc.obj : error LNK2001: unresolved external symbol "public: static
struct CRuntimeClass const 
CRichEditDoc::classCRichEditDoc"(?classCRichEditDoc@CRichEditDoc@@2UCRuntime
Class@@B)
GenFicDoc.obj : error LNK2001: unresolved external symbol "public: virtual
class CRichEditView * __thiscall CRichEditDoc::GetView(void)const
"(?GetView@CRichEditDoc@@UBEPAVCRichEditView@@XZ)
GenFicDoc.obj : error LNK2001: unresolved external symbol "protected:
virtual struct IUnknown * __thiscall COleServerDoc::GetInterfaceHook(void
const *)"(?GetInterfaceHook@COleServerDoc@@MAEPAUIUnknown@@PBX@Z)
GenFicView.obj : error LNK2001: unresolved external symbol "public: static
struct CRuntimeClass const 
CRichEditView::classCRichEditView"(?classCRichEditView@CRichEditView@@2UCRun
timeClass@@B)

Jean-Luc Renaud - mail:reno@vtech.fr
V-Technologies 1 rue Beau Soleil F-49170 Savennieres
Web:http://www.vtech.fr




Dr. Joerg Krause -- Dr._Joerg_Krause@ccl.lhag.de
Friday, September 13, 1996

     I suppose, you didn't install the includes and sources of MFC40. So 
     your compiler takes those of MFC42 which are not compatible to the
     cross libs. You must copy the includes manually and set an appropriate 
     include path as the normal installation has a bug.
     
     dkrause@ccl.lhag.de
     Dr.Joerg Krause
     Linotype-Hell AG
     Siemenswall
     D-24107 Kiel
     Germany


____________________________ Antwort-Abtrennung ________________________________
Betreff: Link problem with Vc++ Cross dev mac
Autor:  "Jean-Luc RENAUD"  bei Internet
Datum:    9/12/96 1:04 AM


Environment: Nt 4.0b2, VC++ 4.2, VC++Cros Dev for Mac 4.0 + patch update 
Hi,
I am trying to build a fresh wizard generated application on Macintosh 
platform, 
I have link error messages before I start to write anything. 
I'll appreciate if anybody had such experience.
thks :-)
     
he is the error messages :
     
MainFrm.obj : error LNK2001: unresolved external symbol "public: static 
struct CRuntimeClass const 
CFrameWnd::classCFrameWnd"(?classCFrameWnd@CFrameWnd@@2UCRuntimeClass@@B) 
GenFicDoc.obj : error LNK2001: unresolved external symbol "public: static 
struct CRuntimeClass const 
CRichEditDoc::classCRichEditDoc"(?classCRichEditDoc@CRichEditDoc@@2UCRuntime 
Class@@B)
GenFicDoc.obj : error LNK2001: unresolved external symbol "public: virtual 
class CRichEditView * __thiscall CRichEditDoc::GetView(void)const 
"(?GetView@CRichEditDoc@@UBEPAVCRichEditView@@XZ)
GenFicDoc.obj : error LNK2001: unresolved external symbol "protected: 
virtual struct IUnknown * __thiscall COleServerDoc::GetInterfaceHook(void 
const *)"(?GetInterfaceHook@COleServerDoc@@MAEPAUIUnknown@@PBX@Z) 
GenFicView.obj : error LNK2001: unresolved external symbol "public: static 
struct CRuntimeClass const 
CRichEditView::classCRichEditView"(?classCRichEditView@CRichEditView@@2UCRun 
timeClass@@B)
     
Jean-Luc Renaud - mail:reno@vtech.fr
V-Technologies 1 rue Beau Soleil F-49170 Savennieres 
Web:http://www.vtech.fr
     




| Вернуться в корень Архива |