高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dd-vc2002 doesnt have any dll
dd_vc2002 doesn't have any dll
dd_vc2002 doesn't have any dll
i think i know why i am getting so many errors. the reason is because i am using vc2002 library and it doesn't have any separated dll, where as i am trying to link the libraries with separated dll (with preprocessor _toolkit_in_dll_).
can somebody from opendesign create a set of dll's for vc2002?
i am sorry, but my company is not using vc2003 and as such i can't use the vc2003 dll's.
thanks
su ming lou
update?
has there been any update on this? how do we get the dlls?
thanks
- imti
there are no dlls built with vc2002
use vc2003 or vc6 dlls, there should not be any problems.
vladimir
here's my experience with vc2002 and dd2.2.0.
i'm using visual c++ .net standard version 2002. using cl.exe /? reveals that my compiler version is 13.00.9466. my application(dll actually) is created using dll version(_toolkit_in_dll_) of vc6 libs from dd2.0.3 and i'm trying to recompile with dd2.2.0. based on the compiler error msg "unsupported compiler for suffixed version" and the code in ddversion.h, vc2002 is not supported under this configuration and will not compile. as far as i can tell only the following c++ versions are supported. _msc_ver == 1200 (vc++6), _msc_ver == 1310 (vc++ .net 2003) and _msc_ver == 1400 ( vc++ 2005). my fix was to use non dll vc2002 libs from dd2.2.0 and remove _toolkit_in_dll_ preprocessor definition. basically, with vc2002 you can't use vc2002 dll version because there isn't one and you also can't use vc6 dll version because it's not supported.
|