I fixed the problem by breaking the option strings into logical chunks.  I.
e., Each major section gets its own string and print statement.  While 
this probably is not a good long term solution, it did get me up and 
running.

Jonathan Polley

On Thursday, May 16, 2002, at 09:56 PM, Curtis L. Olson wrote:

> Jonathan Polley writes:
>> MSVC does not like the size of the string constant in options.cxx
>>
>> C:\FlightGear\src\Main\options.cxx(1143) : error C2026: string too big,
>> trailing characters truncated
>> C:\FlightGear\src\Main\options.cxx(1181) : error C2026: string too big,
>> trailing characters truncated
>> C:\FlightGear\src\Main\options.cxx(1215) : error C2026: string too big,
>> trailing characters truncated
>
> Bernie,
>
> Maybe we need to chalk this up as a really nice idea that didn't quite
> work out as well as we hoped.  [Darned MSVC] :-) Who wants to do the
> honors of reverting back to the original code?
>
> 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