Re: [Flightgear-devel] MSVC Linking trouble

2006-11-07 Thread Thomas Biwer
 This symbol should have a virtual, for instance.

 Where are your plib header from? I would recomend
 http://www.oflebbe.de/oflebbe/FlightGear/plib.zip
 or recompile it yourself.

 Olaf



Well, that was what I didn't understand... I checked all header files
and couldn't find a mistake in them.
The problem was: I linked against the wrong FlightGearLib.lib ...
There was a previous version of it in my directory that I didn't
notice. Once I deleted it and linked against the right build
FlightGear-Lib it all worked fine.

It now works and I got a much better performance than with the version
compiled with Cygwin. Starting time has shortened significantly and
Framerates are much higher (Cygwin 11-20fps, MSVC 30-50fps).

Thank you for your help.

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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] MSVC Linking trouble

2006-11-07 Thread Olaf Flebbe
Hi,

 
 It now works and I got a much better performance than with the version
 compiled with Cygwin. Starting time has shortened significantly and
 Framerates are much higher (Cygwin 11-20fps, MSVC 30-50fps).
 
 Thank you for your help.

Thanks for your report. Do you have a suggestions on how to improve the 
instructions?

Olaf



-
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] MSVC Linking trouble

2006-11-06 Thread Thomas Biwer
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] MSVC Linking trouble

2006-11-06 Thread Olaf Flebbe

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

 FlightgearLib.lib(auto_gui.obj) : error LNK2019: unresolved external
 symbol public: void __thiscall
 puObject::setColourScheme(float,float,float,float)

This symbol should have a virtual, for instance.

Where are your plib header from? I would recomend 
http://www.oflebbe.de/oflebbe/FlightGear/plib.zip
or recompile it yourself.

Olaf



-
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=lnkkid=120709bid=263057dat=121642
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel