[Flightgear-devel] visual studio optimization

2005-05-29 Thread tom bonnell
i am compiling FG under msvc7.1in debug mode with few performance warnings. however in release mode i get to many link errors.in debug mode the size of fgfs.exe is 5.8mb and causes very very

Re: [Flightgear-devel] visual studio optimization

2005-05-29 Thread Frederic Bouvier
tom bonnell a écrit : i am compiling FG under msvc7.1in debug mode with few performance warnings. however in release mode i get to many link errors. in debug mode the size of fgfs.exe is 5.8mb and causes very very slow loading. how can i optimize solution?

RE: [Flightgear-devel] visual studio optimization

2005-05-29 Thread Ben Morrison
Tom wrote: i am compiling FG under msvc7.1in debug mode  with few performance warnings. however in release mode i get to many link errors. in debug mode  the size of fgfs.exe is 5.8mb and causes very very slow loading. how can i optimize solution? I recently dealt with this very same problem.

[Flightgear-devel] visual studio optimization

2005-05-29 Thread eagle monart
I recently dealt with this very same problem. I had to go through and compare the debug mode properties to the release mode properties to see the differences and make the appropriate changes. You will need to do this for each project not just flightgear(simgear, plib, zlib, etc.). I think