RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-22 Thread Stephen Greene
: [Flightgear-devel] FlightGear not compiling for me I prefer 'Multi-thread' but 'Multi-thread dll' can do it too. It is important if you want to enable the threaded scenery loader and weather fetcher. Release is way faster than Debug. ( 10x at least ) -Fred -- No virus found in this outgoing

Re: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Frederic Bouvier
Quoting Stephen Greene: hi all, i am using WinXP and MS Visual C++ .NET to compile the project. When i go to compile it i get: fg_os.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function void __cdecl fgOSOpenWindow(int,int,int,bool,bool,bool)

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Norman Vine
Stephen Greene writes: Yes i do. I got a compilied glut32.lib and glut.lib file from the net. I include these into the flightGear VS project. fg_os.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] It appears that you have an older

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Frederic Bouvier
November 2004 14:48 To: FlightGear developers discussions Subject: Re: [Flightgear-devel] FlightGear not compiling for me Quoting Stephen Greene: hi all, i am using WinXP and MS Visual C++ .NET to compile the project. When i go to compile it i get: fg_os.obj : error LNK2019

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Stephen Greene
Brillant. That worked. thanks For your help. S Greene -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Norman Vine Sent: 19 November 2004 15:13 To: FlightGear developers discussions Subject: RE: [Flightgear-devel] FlightGear not compiling for me Stephen

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Stephen Greene
Of Stephen Greene Sent: 19 November 2004 15:18 To: FlightGear developers discussions Subject: RE: [Flightgear-devel] FlightGear not compiling for me Brillant. That worked. thanks For your help. S Greene -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Frederic Bouvier
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Greene Sent: 19 November 2004 15:18 To: FlightGear developers discussions Subject: RE: [Flightgear-devel] FlightGear not compiling for me Brillant. That worked. thanks For your help. S Greene -Original Message- From: [EMAIL

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Stephen Greene
To: FlightGear developers discussions Subject: RE: [Flightgear-devel] FlightGear not compiling for me You mixed different 'Code Generation' options among your different libraries. You have to choose between 'Single Thread', 'Multi-thread' or 'Multi-thread DLL' and between 'Debug' and 'Release

RE: [Flightgear-devel] FlightGear not compiling for me

2004-11-19 Thread Frederic Bouvier
Subject: RE: [Flightgear-devel] FlightGear not compiling for me You mixed different 'Code Generation' options among your different libraries. You have to choose between 'Single Thread', 'Multi-thread' or 'Multi-thread DLL' and between 'Debug' and 'Release' (not Debug), and stay consistent