I rebuilt all necessary libs with VC++ 7.0 and made one minor code change in 
panel_io.cxx: 

readInstrument (const SGPropertyNode * node)
{

  //const string &name = node->getStringValue("name");
  const string name = node->getStringValue("name");

...

(the first line resulted in bad pointers during stream-operations and when freeing 
memory :-))


Then it worked fine ... 


georg




> -----Original Message-----
> From: Curtis L. Olson [mailto:[EMAIL PROTECTED]]
> Sent: Sonntag, 02. Juni 2002 00:13
> To: [EMAIL PROTECTED]
> Subject: Re: [Flightgear-devel] FGFS & VC++ 7.0
> 
> 
> Kaiser Georg writes:
> > 
> > 
> > (Hit me) I just built FGFS with MS Visual Studio .Net. 
> 
> Congrats! :-)  If you had to make any code changes, feel free to
> submit them so that others can benefit from you work.
> 
> Regards,
> 
> Curt.
> -- 
> Curtis Olson   IVLab / HumanFIRST Program       FlightGear Project
> Twin Cities    [EMAIL PROTECTED]                  [EMAIL PROTECTED]
> Minnesota      http://www.menet.umn.edu/~curt   
> http://www.flightgear.org
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to