Marcio Shimoda wrote: > > > Unfortunately this doesn't seem to be the complete error message, so I > > cannot se what's happening. > > > > You might want to post the complere error message, together with the OS > > and compiler you are using. > > > > Erik > > > > Well, this is a long warning/error message... > I'm using MSVC6 and Win98. > > "Compiling... > fg_fx.cxx > c:\arquivos de programas\microsoft visual studio\vc98\include\map(27) : > warning C4786: > '??R_Kfn@?$map@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@ > @PAUsample_ref@@U?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@ > D@2@@std@@ > @2@V?$allocator@PAUsample_ref@@@2@@std@@QBEABV?$basic_string@DU?$char_traits > @D@std@@V?$allocator@D@2@@2@ABU?$pair@$$CBV?$basic_string@DU?$char_traits@D@ > std@@V?$allocator@D@2@@std@@PAUsample_ref@@@2@@Z' : identifier was truncated > to '255' characters > in the browser information
Try adding #include <simgear/compiler.h> as the first include statement of fg_fx.cxx. Warning C4786 is harmless, identifier too long, but it obscures any real warnings and errors. Bernie _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
