When I compile flightgear in Microsoft Visual C++ 6.0, it shows following imformation:

runways.obj : error LNK2001: unresolved external symbol "public: class c4_FloatRef  __thiscall c4_FloatProp::operator()(class c4_RowRef const &)const " (??Rc4_FloatProp@@QBE?AVc4_FloatRef@@ABVc4_RowRef@@@Z)
simple.obj : error LNK2001: unresolved external symbol "public: class c4_FloatRef  __thiscall c4_FloatProp::operator()(class c4_RowRef const &)const " (??Rc4_FloatProp@@QBE?AVc4_FloatRef@@ABVc4_RowRef@@@Z)
runways.obj : error LNK2001: unresolved external symbol "public: class c4_StringRef  __thiscall c4_StringProp::operator()(class c4_RowRef const &)const " (??Rc4_StringProp@@QBE?AVc4_StringRef@@ABVc4_RowRef@@@Z)
simple.obj : error LNK2001: unresolved external symbol "public: class c4_StringRef  __thiscall c4_StringProp::operator()(class c4_RowRef const &)const " (??Rc4_StringProp@@QBE?AVc4_StringRef@@ABVc4_RowRef@@@Z)
runways.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_FloatProp::~c4_FloatProp(void)" (??1c4_FloatProp@@QAE@XZ)
simple.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_FloatProp::~c4_FloatProp(void)" (??1c4_FloatProp@@QAE@XZ)
runways.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_StringProp::~c4_StringProp(void)" (??1c4_StringProp@@QAE@XZ)
simple.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_StringProp::~c4_StringProp(void)" (??1c4_StringProp@@QAE@XZ)
runways.obj : error LNK2001: unresolved external symbol "public: class c4_Row  __thiscall c4_StringProp::operator[](char const *)const " (??Ac4_StringProp@@QBE?AVc4_Row@@PBD@Z)
simple.obj : error LNK2001: unresolved external symbol "public: class c4_Row  __thiscall c4_StringProp::operator[](char const *)const " (??Ac4_StringProp@@QBE?AVc4_Row@@PBD@Z)
runways.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_FloatProp::c4_FloatProp(char const *)" (??0c4_FloatProp@@QAE@PBD@Z)
simple.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_FloatProp::c4_FloatProp(char const *)" (??0c4_FloatProp@@QAE@PBD@Z)
runways.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_StringProp::c4_StringProp(char const *)" (??0c4_StringProp@@QAE@PBD@Z)
simple.obj : error LNK2001: unresolved external symbol "public: __thiscall c4_StringProp::c4_StringProp(char const *)" (??0c4_StringProp@@QAE@PBD@Z)

I want to ask where is the definition of  class c4_FloatRef or c4_FloatProp ?



Do You Yahoo!?
�����籭���⹫԰��һ�棬Ӯȡ���籭��Ʊ��һ�֡�
�Ż��й��Ƴ� 2002 ���籭�۽���

Reply via email to