linking error:dd_vc2003md_modelergeometry.lib & dd_vc2003md_
linking error:dd_vc2003md_modelergeometry.lib & dd_vc2003md_br.lib
hi,
i tried compiling odreadex example(2003) with dd_vc2003md libraries.it compiles.but when i tried to integrate it with my code as i need to read dwg files i get linking errors related to 2 lib files dd_vc2003md_modelergeometry.lib & dd_vc2003md_br.lib.
link : warning lnk4098: defaultlib 'libc' conflicts with use of other libs; use /nodefaultlib:library
dd_vc2003md_modelergeometry.lib(modelergeometryimp l.obj) : error lnk2019: unresolved external symbol "public: __thiscall acis::file::~file(void)" (??1file@acis@@qae@xz) referenced in function "public: void * __thiscall acis::file::`scalar deleting destructor'(unsigned int)" (??_gfile@acis@@qaepaxi@z)
dd_vc2003md_modelergeometry.lib(modelergeometryimp l.obj) : error lnk2019: unresolved external symbol "public: void __thiscall acis::file:

ut(class odstreambuf *,int,bool)const " (?out@file@acis@@qbexpavodstreambuf@@h_n@z) referenced in function "public: virtual enum odresult __thiscall odmodelergeometryimpl:ut(class odstreambuf *,int,bool)const " (?out@odmodelergeometryimpl@@ube?aw4odresult@@pavo dstreambuf@@h_n@z)
dd_vc2003md_modelergeometry.lib(modelergeometryimp l.obj) : error lnk2019: unresolved external symbol "public: void __thiscall
dd_vc2003md_br.lib(brimpface.obj) : error lnk2019: unresolved external symbol "public: class acis::loop const * __thiscall acis::loop::getnext(void)const " (?getnext@loop@acis@@qbepbv12@xz) referenced in function "private: void __thiscall odbrimpface::determinepoints(class odgevector3d const *,unsigned short,class odgepoint3d *)const " (?determinepoints@odbrimpface@@abexpbvodgevector3d @@gpavodgepoint3d@@@z)
dd_vc2003md_br.lib(brimpfacelooptraverser.obj) : error lnk2001: unresolved external symbol "public: class acis::loop const * __thiscall acis::loop::getnext(void)const " (?getnext@loop@acis@@qbepbv12@xz)
dd_vc2003md_br.lib(brimpvertexlooptraverser.obj) : error lnk2001: unresolved external symbol "public: class acis::coedge const * __thiscall acis::coedge::getnextonedge(void)const " (?getnextonedge@coedge@acis@@qbepbv12@xz)
can somebody help me with this?
thanks,
renu
hi,
most likely you need to link dd_vc2003md_acisbuilder.lib and dd_vc2003md_acisrender.lib in your aplication.
regards,
sergey vishnevetsky