Norman,

That change worked fine.  It uncovered a similar problem in src\ATC\ATCVoice.cxx.  
Making a similar change there was not successful.

unsigned char* FGATCVoice::WriteMessage had the following lines:

        list < string > tokenList;
        list < string >::iterator tokenListItr;

which generated:

c:\fgdev\flightgear\src\atc\atcvoice.cxx(106) : error C2653: 'list<class 
std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> 
>,class std::allocator<class std::basic_string<char,struct 
std::char_traits<char>,class std::all
ocator<char> > > >' : is not a class or namespace name
c:\fgdev\flightgear\src\atc\atcvoice.cxx(106) : error C2065: 'iterator' : undeclared 
identifier
c:\fgdev\flightgear\src\atc\atcvoice.cxx(106) : error C2146: syntax error : missing 
';' before identifier 'tokenListItr'
c:\fgdev\flightgear\src\atc\atcvoice.cxx(106) : error C2065: 'tokenListItr' : 
undeclared identifier

Any more ideas?

Thanks again for the help,

Jonathan Polley
 

Of COURSE they can do that.  They're engineers!

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

Reply via email to