高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】what Are Differences Between The Libs Of Dd-vc8md-.lib And
what are differences between the libs of dd_vc8md_*.lib and
what are differences between the libs of dd_vc8md_*.lib and dd_*.lib.
i downloaded the dwgdirect library files for net2005. but i found that there are many lib files named dd_vc8md_*.lib and dd_*.lib in dd_vc8dbg\lib\vc8mdd, for example, dd_vc8md_br.lib and dd_br.lib. what are the differences between these files?
now my application also cannot link correctly, the link error is following:
odwstring::getbuffersetlength(int)" (__imp_?getbuffersetlength@odwstring@@qaepa_wh@z) referenced in function "class odwstring __cdecl odstringtowidechar(char const *,unsigned int)" (?odstringtowidechar@@ya?avodwstring@@pbdi@z)
which library is it in?
thanks
look e.g. here:
vladimir
what are differences between the libs of dd_vc8md_*.lib and dd_*.lib?
can anybody clarify the differences between the libs of dd_vc8md_*.lib and dd_*.lib?
thanks,
yawei.
libs with "vc8md" in them, are static core libraries.
libs with "_dll" in them are dll import libraries.
if neither part is present, it is probably example or extension library (like grippoints.lib or exevalwatchers.lib)
vladimir
thanks,
yawei
|