RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-06 Thread Vivian Meazza
Olaf Flebbe Please use the OpenAL Distribution from creative, not the cygwin one. Since it is necessary to do some changes I have a a zip for you: http://www.oflebbe.de/oflebbe/FlightGear/AL.zip For other pitfalls http://www.oflebbe.de/oflebbe/FlightGear/index.html Please either use

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-06 Thread Frederic Bouvier
Unfortunately, I discovered that submodels no longer work. I downloaded Fred's binary of -0.9.10-pre3 this morning, and they no longer work there either. So far as I can see, they are still working under Cygwin as of last night. Do you have a test case ? What should I do to exhibit the

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-06 Thread Vivian Meazza
Fred Unfortunately, I discovered that submodels no longer work. I downloaded Fred's binary of -0.9.10-pre3 this morning, and they no longer work there either. So far as I can see, they are still working under Cygwin as of last night. Do you have a test case ? What should I do to

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-02 Thread Vivian Meazza
Olaf Flebbe Yes there is a patch outstanding. Please go to the FlightGearLib Project in the solution explorer right click, select properties (the last entry) choose build events / pre build events. There was a typo: Please edit change the line to copy ..\..\src\Include\config.h-msvc8

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-02 Thread Frank Olaf Sem-Jacobsen
Olaf Flebbe wrote: Please check out the dependent builds. All have to be compiled with /MT (Configuration C++/Code Generation) . (What library wet wrong?) I am not sure if this reply was intended for me, but I will go on assuming that it was :) All dependent builds complied without

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-02 Thread Olaf Flebbe
Please use the OpenAL Distribution from creative, not the cygwin one. Since it is necessary to do some changes I have a a zip for you: http://www.oflebbe.de/oflebbe/FlightGear/AL.zip For other pitfalls http://www.oflebbe.de/oflebbe/FlightGear/index.html Please either use MSVC or cygwin headers

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-02 Thread Olaf Flebbe
2006/4/2, Frank Olaf Sem-Jacobsen [EMAIL PROTECTED]: Olaf Flebbe wrote: Please check out the dependent builds. All have to be compiled with /MT (Configuration C++/Code Generation) . (What library wet wrong?) I am not sure if this reply was intended for me, but I will go on assuming that

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-02 Thread Frank Olaf Sem-Jacobsen
Olaf Flebbe wrote: Fine, that it compiled, but somehow there is a reference to msvcrt.lib left. Could you please check all the (binary) library files FlightgearLib.lib Simgear.lib fnt.lib js.lib net.lib psl.lib puAux.lib pui.lib pw.lib sg.lib sl.lib ssg.lib ssgAux.lib ul.lib pthreadvc2.lib

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Vivian Meazza
Olaf Flebbe Cygwin last time, so I wonder if anyone has a quick and dirty howto for compiling flightgear and its dependencies in MSVS 2005? I looked at the wiki, but I think there are some main problems that I don't really Have a look at http://www.oflebbe/oflebbe/FlightGear BTW:

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Olaf Flebbe
Yes there is a patch outstanding. Please go to the FlightGearLib Project in the solution explorer right click, select properties (the last entry) choose build events / pre build events. There was a typo: Please edit change the line to copy ..\..\src\Include\config.h-msvc8

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Vivian Meazza
Fred -Original Message- From: [EMAIL PROTECTED] [mailto:flightgear- [EMAIL PROTECTED] On Behalf Of Frederic Bouvier Sent: 01 April 2006 18:50 To: flightgear-devel@lists.sourceforge.net Subject: Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?) Frederic Bouvier

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Frank Olaf Sem-Jacobsen
Frederic Bouvier wrote: Hi Vivian, try with this version of glut.h : ftp://ftp.ihg.uni-duisburg.de/FlightGear/Win32/MSVC/glut.h.zip BTW: doo you download the Platform SDK ? It is mandatory. -Fred In my case everything compiles ok (figured out the misnamed config.h), but when the time

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Olaf Flebbe
Please check out the dependent builds. All have to be compiled with /MT (Configuration C++/Code Generation) . (What library wet wrong?) --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Olaf Flebbe
O.k. for now, but if you intend to compiler Release you have to revert your change, since it was only a type in debug mode AFAIK. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Frederic Bouvier
Vivian Meazza wrote : For the first error, there is a typo in the Pre Build event of the Flightgear project. There must be config.h-msvc8 and not config.h.msvc8. This is why the tool ( copy ) returns an error. So, how do I get to that to change it - it doesn't seem to appear in

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-04-01 Thread Olaf Flebbe
Thanks! Curtis has a similar patch in his queue. Default modes should have been set correctly both for flightgear and simgear, too. (one is release, other is debug, if I remember correctly). --- This SF.Net email is sponsored by xPML, a

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Frank Olaf Sem-Jacobsen
This is a never ending work and I am just writing the manual which is rather big but not finished. If you want to test the program please tell me (the Cygwin functions are used by me all the time since many months and very stabile :-) Regards Georg Sure, I'd love to give it a try. Is it

[Fwd: Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)]

2006-03-31 Thread Georg Vollnhals
Original-Nachricht Betreff: Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?) Datum: Fri, 31 Mar 2006 14:55:13 +0200 Von:Georg Vollnhals [EMAIL PROTECTED] An: flightgear-devel@lists.sourceforge.net Referenzen: [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Georg Vollnhals
Frank Olaf Sem-Jacobsen schrieb: This is a never ending work and I am just writing the manual which is rather big but not finished. If you want to test the program please tell me (the Cygwin functions are used by me all the time since many months and very stabile :-) Regards Georg Sure,

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Frank Olaf Sem-Jacobsen
Georg Vollnhals wrote: Frank Olaf Sem-Jacobsen schrieb: This is a never ending work and I am just writing the manual which is rather big but not finished. If you want to test the program please tell me (the Cygwin functions are used by me all the time since many months and very stabile

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Georg Vollnhals
Frank Olaf Sem-Jacobsen schrieb: Go right ahead, I suppose you find my address from my e-mails?. May I at the same time make a feature request for your application. I haven't tested it yet, but I know TerraSync compiles under Cygwin, and that Cygwin provides rsync, so perhaps you could

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Olaf Flebbe
Cygwin last time, so I wonder if anyone has a quick and dirty howto for compiling flightgear and its dependencies in MSVS 2005? I looked at the wiki, but I think there are some main problems that I don't really Have a look at http://www.oflebbe/oflebbe/FlightGear BTW: The patches for

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-31 Thread Frank Olaf Sem-Jacobsen
Olaf Flebbe wrote: Cygwin last time, so I wonder if anyone has a quick and dirty howto for compiling flightgear and its dependencies in MSVS 2005? I looked at the wiki, but I think there are some main problems that I don't really Have a look at http://www.oflebbe/oflebbe/FlightGear BTW:

RE: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-30 Thread Vivian Meazza
Frank Olaf Sem-Jacobsen I thought it was about time that I started to dig through and play with the code of flightgear with the aim of being able to contribute with one part or another when I get to grips with it. I am currently dual booting Windows and Linux, but since my main work

Re: [Flightgear-devel] compile with MSVC 2005 (the same as msvc 8?)

2006-03-30 Thread Frank Olaf Sem-Jacobsen
Meanwhile, Cygwin works just fine, what's the problem with that, and can I help? Vivian Thanks for the offer, but I suspect the problems were caused by many different versions of the same libraries hanging around in different paths. By the way, I suspect it should be possible to launch