Jonathan,

I just made one change to CVS that may help (based on docs only, I
don't have access to MSVC)

Regards,

Curt.


Jonathan Polley writes:
> I had to remove the following block of code from main.cxx in order to 
> get FlightGear to build under MSVC:
> 
> #if ( WIN32 )
>    PFNGLPOINTPARAMETERFEXTPROC glPointParameterfEXT = 0;
>    PFNGLPOINTPARAMETERFVEXTPROC glPointParameterfvEXT = 0;
> #endif
> 
> 
> I changed the '#if (WIN32)' to be '#if 0' instead.
> 
> Thanks,
> 
> Jonathan Polley
> 
> 
> _______________________________________________
> Flightgear-devel mailing list
> [EMAIL PROTECTED]
> http://mail.flightgear.org/mailman/listinfo/flightgear-devel

-- 
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

Reply via email to