linking problems with dd 1.14.02
linking problems with dd 1.14.02
we download the last version of dd 1.14.02.
is it possible to compile this version in unicode with visual c++ 8.0 ?
i have link problems with odvectorizeex:
code:
linking...
dd_vc8md_root.lib(odstring.obj) : error lnk2005: "public: class odstring const & __thiscall odstring:

perator+=(char)" (??yodstring@@qaeabv0@d@z) already defined in gidumperimpl.obj
help please.
this is a bug in libraries
you may try to remove from odstring.h all the lines between
#ifdef _unicode
#endif
this should help.
vladimir