I'm now posting this in another thread because the "FlightGear
Starting time" thread doesnt seem to be the right location for my
problem now.

I compiled FG 0.9.10 release version with MSVC 2005 Express and was
facing some weired problem causing FG to crash every time I tried to
start it. As I figured out that it had to be a problem within some
plib-code I recompiled it again, this time using plib-1.8.5 and the
diff-files given on Olaf's website www.oflebbe.de .

Now I m stuck in the linking progress of FlightGear, there are some
unresolved symbols and I dont know how to fix them:

Linking...
pui.lib(puSlider.obj) : error LNK2005: "public: void __thiscall
puSlider::setSliderFraction(float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) already defined in
FlightgearLib.lib(auto_gui.obj)
FlightgearLib.lib(puList.obj) : error LNK2001: unresolved external
symbol "public: void __thiscall
puObject::setColourScheme(float,float,float,float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
FlightgearLib.lib(auto_gui.obj) : error LNK2019: unresolved external
symbol "public: void __thiscall
puObject::setColourScheme(float,float,float,float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function
"public: __thiscall puInput::puInput(int,int,int,int)"
(??0puInput@@[EMAIL PROTECTED]@Z)
FlightgearLib.lib(preset_dlg.obj) : error LNK2001: unresolved external
symbol "public: void __thiscall
puObject::setColourScheme(float,float,float,float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
FlightgearLib.lib(prop_picker.obj) : error LNK2001: unresolved
external symbol "public: void __thiscall
puObject::setColourScheme(float,float,float,float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
FlightgearLib.lib(dialog.obj) : error LNK2001: unresolved external
symbol "public: void __thiscall
puObject::setColourScheme(float,float,float,float)"
([EMAIL PROTECTED]@@[EMAIL PROTECTED])
FlightgearLib.lib(httpd.obj) : error LNK2019: unresolved external
symbol "public: int __thiscall netAddress::getPort(void)const "
([EMAIL PROTECTED]@@QBEHXZ) referenced in function "private: virtual
void __thiscall HttpdServer::handleAccept(void)"
([EMAIL PROTECTED]@@EAEXXZ)
FlightgearLib.lib(props.obj) : error LNK2001: unresolved external
symbol "public: int __thiscall netAddress::getPort(void)const "
([EMAIL PROTECTED]@@QBEHXZ)
FlightgearLib.lib(dialog.obj) : error LNK2019: unresolved external
symbol "public: __thiscall
puSelectBox::puSelectBox(int,int,int,int,char * *)"
(??0puSelectBox@@[EMAIL PROTECTED]@Z) referenced in function "private:
class puObject * __thiscall FGDialog::makeObject(class SGPropertyNode
*,int,int)" ([EMAIL PROTECTED]@@AAEPAVpuObject@@PAVSGPropertyNode@@[EMAIL 
PROTECTED])
FlightgearLib.lib(dialog.obj) : error LNK2019: unresolved external
symbol "public: __thiscall
puLargeInput::puLargeInput(int,int,int,int,int,int,int)"
(??0puLargeInput@@[EMAIL PROTECTED]@Z) referenced in function "private:
class puObject * __thiscall FGDialog::makeObject(class SGPropertyNode
*,int,int)" ([EMAIL PROTECTED]@@AAEPAVpuObject@@PAVSGPropertyNode@@[EMAIL 
PROTECTED])
FlightgearLib.lib(dialog.obj) : error LNK2019: unresolved external
symbol "public: __thiscall puComboBox::puComboBox(int,int,int,int,char
* *,int)" (??0puComboBox@@[EMAIL PROTECTED]@Z) referenced in function
"private: class puObject * __thiscall FGDialog::makeObject(class
SGPropertyNode *,int,int)"
([EMAIL PROTECTED]@@AAEPAVpuObject@@PAVSGPropertyNode@@[EMAIL PROTECTED])
Release\FlightGear.exe : fatal error LNK1120: 5 unresolved externals


Does someone have an idea what I could try to do?

Thanks.

best,
Thomas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to