Frederic Bouvier wrote:
> Bernie Bright wrote:
> > On Sat, 18 Oct 2003 19:18:24 +0200
> > Frederic Bouvier <[EMAIL PROTECTED]> wrote:
> >
> > > Hi all,
> > >
> > > This is a notice to those that are downloading the full Win32
> > > package or are going to.
> > >
> > > I managed to build the excellent Bernie Bright's fgrun program
> > > and I added it to a new (80Mb) package that I am uploading right
> > > now.
> >
> > Glad you like it!  Are there any changes I should know about?  I don't
do
> much
> > testing under Windows these days so any feedback would be appreciated.
>
> Not so much. Mainly the dsp is missing some files and FGRun_Win32.cxx
> has been modified like this :
>
> ....
> void
> FGRun_Win32::run_fgfs_impl()
> {
>     char* cmd = new char[ strlen(fg_exe->value()) +
>                           strlen(fg_root->value()) +
>                           strlen(aircraft->text()) + 24 ];
>     strcpy( cmd, fg_exe->value() );
>     strcat( cmd, " --fg-root=" );
>     strcat( cmd, fg_root->value() );
>     strcat( cmd, " --aircraft=" );
>     strcat( cmd, aircraft->text() );
>
> ....
>
> because --aircraft seems to be ignored from system.fgfsrc and we need a
> fg_root to boot.
>
> Otherwise, it's stock fgrun-0.3 downloaded today compiled with MSVC 7.

Of course, fg_root and aircraft class members were moved to the public
area.

-Fred



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

Reply via email to