ddwg2.0.3: which .lib for odstring (msvc8.0)?
ddwg2.0.3: which .lib for odstring (msvc8.0)?
can not find which .lib serves odstring class (getting "unresolved odstring:

dstring and other methods link errors).
could somebody guide, please.
life would be so much easier if we could just look at the source codefff">fff">
i have also in the middle of porting to 2005 from 2003, and all i did was change the directory to the new files for the libs, and changed the libs from 2003md to vc8md etc..etc.. and i am getting unresolved on the odstring class as well.
(also odgigeometrysimplifier , odgibasevectorizer odgedefaultcontext, and odgicontextfordbdatase seem to have come up unresolved as well) ??
also note i am getting this with 2.0.2, but i assume its the same problem.
so please if anyone knows what is wrong please help, in the meantime, i will keep investigating.
cheers
jason
quote:
originally posted by gok
can not find which .lib serves odstring class (getting "unresolved odstring:

dstring and other methods link errors).
could somebody guide, please.
last edited by janderssen; 2nd october 2006 at 04:47 pmfff">.
the 2.0.* releases are all unicode compliant. odstring is now comprised of wchar_t instead of char. the code signature has changed for all of these. if you were previously using char instead of tchar you will have to fix all those issues before you will be able to link with the new versions. this can be done by using tchar and the tcs*() functions and #define _unicode.
last edited by tillerstarredwards; 2nd october 2006 at 10:24 pmfff">.
mfc8.0 is unicode by default.
ok, changing
quote:
properties/c,c++/language/treat wchar_t as build-in: no
fixed the problem.
probably odstring is some wrapper for std string? in this case the answer could be: no lib for odstring in ddwg.
any ideas?
life would be so much easier if we could just look at the source codefff">fff">
odstring lives in dd_root library.
the problem was with wchar_t.
currently, applications using dd should be compiled with /zc:wchar_t-
this requirement will be lifted in the next update.
vladimir
quote:
originally posted by wvk
odstring lives in dd_root library.
the problem was with wchar_t.
currently, applications using dd should be compiled with /zc:wchar_t-
this requirement will be lifted in the next update.
when is this likely to be released?
the next release is sheduled on december. (hopefully, start of december)
vladimir