Re: [Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-29 Thread Olaf Flebbe
Hi, > - Is it still the case that the patched OSG that Mathias' produced around > 11 November is still usable, or do I have to go to OSG CVS head ? Both do work. Olaf - Take Surveys. Earn Cash. Influence the Future of IT Jo

Re: [Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-28 Thread Stuart Buchanan
--- Maik Justus wrote: > Hi Stuart, > > add simgear\scene\model\SGMaterialAnimation.cxx to your simgear project > file. > > If you get an error message like your reported one, search for a *.c?? > file with the required function and add it to the project file. Or: if > you update via cvs loo

Re: [Flightgear-devel] Linking problems on Visual C++ 2005 Express Edition

2006-12-28 Thread Maik Justus
Hi Stuart, add simgear\scene\model\SGMaterialAnimation.cxx to your simgear project file. If you get an error message like your reported one, search for a *.c?? file with the required function and add it to the project file. Or: if you update via cvs look for new *.c?? files and add them. Hint