linker errors using oda 2.1.0
linker errors using oda 2.1.0
please help!
i am trying to compile a new version of our software using oda 2.1.0. i did manage to get it compiled with a previous version of oda 2, but now i am stuck. odamfcappdll compiles correctly, but my project does not. i get the following errors :
xhostappservices.obj : error lnk2001: unresolved external symbol "public: virtual void __thiscall oddbhostappservices::setsavedwgchecksum(bool)" (?setsavedwgchecksum@oddbhostappservices@@uaex_n@z )
genes1s.obj : error lnk2001: unresolved external symbol "public: virtual void __thiscall oddbhostappservices::setsavedwgchecksum(bool)" (?setsavedwgchecksum@oddbhostappservices@@uaex_n@z )
exhostappservices.obj : error lnk2001: unresolved external symbol "public: virtual bool __thiscall oddbhostappservices::getsavedwgchecksum(void)const " (?getsavedwgchecksum@oddbhostappservices@@ube_nxz)
genes1s.obj : error lnk2001: unresolved external symbol "public: virtual bool __thiscall oddbhostappservices::getsavedwgchecksum(void)const " (?getsavedwgchecksum@oddbhostappservices@@ube_nxz)
exundocontroller.obj : error lnk2001: unresolved external symbol "public: virtual class odrxclass * __thiscall oddbundocontrollerrecord::isa(void)const " (?isa@oddbundocontrollerrecord@@ubepavodrxclass@@x z)
exundocontroller.obj : error lnk2001: unresolved external symbol "public: virtual class odrxobject * __thiscall oddbundocontrollerrecord::queryx(class odrxclass const *)const " (?queryx@oddbundocontrollerrecord@@ubepavodrxobjec t@@pbvodrxclass@@@z)
exundocontroller.obj : error lnk2001: unresolved external symbol "__declspec(dllimport) protected: __thiscall oddbundocontrollerrecord:

ddbundocontrollerrecord (void)" (__imp_??0oddbundocontrollerrecord@@iae@xz)
exundocontroller.obj : error lnk2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall oddbundocontrollerrecord::~oddbundocontrollerrecor d(void)" (__imp_??1oddbundocontrollerrecord@@uae@xz)
any assistance will be greatly appreciated.
anton heymann
cad essence ltd.
doh!
it does help if you actually link with the debugging version of libraries! i downloaded the debug libraries, but never unpacked them into the correct folder structure!
i will go and hide away now.
anton heymann