Norman Vine wrote: > > Jean-Christophe Zufferey > > > >Then I had also to remove mk4vc60s_d.lib because I was also not able to > >find this file. > > > >But then I got that kind of errors: > > > >Linking... > >runways.obj : error LNK2001: unresolved external symbol "public: > >__thiscall c4_View::~c4_View(void)" (??1c4_View@@QAE@XZ) > >simple.obj : error LNK2001: unresolved external symbol "public: > >__thiscall c4_View::~c4_View(void)" (??1c4_View@@QAE@XZ) > >... > >Debug/FlightGear.exe : fatal error LNK1120: 51 unresolved externals > >Error executing link.exe. > > These should be in the metakit library > I guess it is called mk4vc60s_d.lib on your system > > You will have to make it > > Look in the SimGear \ simgear \ metakit \ win directory > there should be msvc60 worspaces therein > Libraries named *_d.lib are debug versions, at least in plib and metakit. If you are building a release version then you should remove the offending "_d" from the library names in the FlightGear project file. Unfortunately this has not been automated. Bernie _______________________________________________ Flightgear-users mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/flightgear-users
