bass,

I had the same error when 9.8 was first released.  Working from lame memory
on the fix now, but I may be able to point you in the right direction.

Seems like I had to change the project settings under Configuration
Properties-->C/C++-->Advanced-->Calling Convention.  The right setting is
probably _cdecl (/Gd). You'll probably want to make sure all subprojects
share that setting, and you'll probably want to do a clean build of
everything after the change.

Hope this helps.  It didn't take me long to get past the problem....just
some experimenting with the project settings (under "properties").

As for the moonpos.cxx, that problem also sounds familiar.  Try adding it
back in to the project in the appropriate place (probably the same place you
found it).  Seems like MSVC was initially confused about that for some
reason, and the fix was that simple.

Jim A

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of bass pumped
> Sent: Monday, September 05, 2005 6:35 PM
> To: FlightGear developers discussions
> Subject: [Flightgear-devel] MSVC build error
>
>
> Hi all,
>
> I'm trying to get flightgear 9.8 built in Windows.  I'm using MSVC 7
> for the build.  I ran into the following errors from the Nasal code.
>
>
> Is there anyway I can debug this?
>
> I also had a problem where it said it couldn't find the moonpos.cxx
> file. I deleted that file from the solution, but I'm not sure if I'll
> run into problems when it starts linking flightgear.
>
> Any help would be great!
>
> Thank you.
>
> _______________________________________________
> Flightgear-devel mailing list
> Flightgear-devel@flightgear.org
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel
> 2f585eeea02e2c79d7b1d8c4963bae2d

_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@flightgear.org
http://mail.flightgear.org/mailman/listinfo/flightgear-devel
2f585eeea02e2c79d7b1d8c4963bae2d

Reply via email to