Jonathan Polley writes: > I just updated my copy of FlightGear from CVS and did a rebuild. Linux > built and ran just fine, but MS Visual C gives the following errors during > the link phase: > > fg_io.obj : error LNK2001: unresolved external symbol "public: virtual bool > __thiscall FGATC610x::close(void)" (?close@FGATC610x@@UAE_NXZ) > fg_io.obj : error LNK2001: unresolved external symbol "public: virtual bool > __thiscall FGATC610x::process(void)" (?process@FGATC610x@@UAE_NXZ) > fg_io.obj : error LNK2001: unresolved external symbol "public: virtual bool > __thiscall FGATC610x::open(void)" (?open@FGATC610x@@UAE_NXZ) > > It looks as if MSVC does not like the newly added use of atc610x. When I > revert back to the previous version of fg_io.cx, everything is fine.
The latest dsp/dsw files in cvs should know about atc610x. If not, perhaps there's bug in the am2dsp.pl script someone needs to look at? 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
