[Opengc-devel] Experimental Repository Build Problem
Status: Pre-Alpha
Brought to you by:
madmartigan
From: Doyle, S. <ste...@uk...> - 2004-04-13 16:55:36
|
Hi, I'm trying to build the "opengcnew" project taken from the experimental repository. All the libraries build fine, but when I try and build the main application I get the following link errors OpenGCGauges.lib(ogcEGyroAltimeterSetting.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ogcObject::DispatchMessageA(enum ogcMessage,void *)" (?DispatchMessageA@ogcObject@@QAEXW4ogcMessage@@PAX@Z) referenced in function "public: virtual void __thiscall ogcEGyroAltimeterSetting::OnMouseDown(int,double,double)" (?OnMouseDown@ogcEGyroAltimeterSetting@@UAEXHNN@Z) OpenGCGauges.lib(ogcNavTestGauge.obj) : error LNK2019: unresolved external symbol "public: void __thiscall ogcObject::DispatchMessageA(enum ogcMessage,void *)" (?DispatchMessageA@ogcObject@@QAEXW4ogcMessage@@PAX@Z) referenced in function "public: virtual void __thiscall ogcNavTestGauge::Render(void)" (?Render@ogcNavTestGauge@@UAEXXZ) OpenGCGauges.lib(ogcKeypadButton.obj) : error LNK2001: unresolved external symbol "public: void __thiscall ogcObject::DispatchMessageA(enum ogcMessage,void *)" (?DispatchMessageA@ogcObject@@QAEXW4ogcMessage@@PAX@Z) C:\MyProjects\opengcnew\bin\Debug\OpenGC.exe : fatal error LNK1120: 1 unresolved externals Any ideas ? regards Steve Doyle |