problem compiling with 2.5.2 mt libraries
problem compiling with 2.5.2 mt libraries
hello
i am using the vc8 mt libraries and i get this compile error:
1>dd_vc8mt_root.lib(error_notthatkindofclass.obj) : error lnk2005: "public: __thiscall oderror_notthatkindofclass::~oderror_notthatkindof class(void)" (??1oderror_notthatkindofclass@@qae@xz) already defined in errors.obj
1>dd_vc8mt_root.lib(error_notthatkindofclass.obj) : error lnk2005: "public: __thiscall oderror_notthatkindofclass:

derror_notthatkindofc lass(class oderror_notthatkindofclass const &)" (??0oderror_notthatkindofclass@@qae@abv0@@z) already defined in errors.obj
andrew
false alarm. i had changed the path of the libraries to the 2.5.2 location but not the include paths. they were still pointing to 2.5.1. now i don't get these compile errors.
andrew