高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】version 1.1.13 Liker Error Atlwinmoduleinit Alr
version 1.1.13 liker error atlwinmoduleinit already defined
version 1.1.13 liker error atlwinmoduleinit already defined
using vc 2003, static link of msvcrt
moving from 1.1.12 to 1.1.13, got everything building, except when i add the library dd_vc2003mt_dwftoolkit.lib, i get the following;
atlsd.lib(atlfuncs.obj) : error lnk2005: "long __stdcall atl::atlwinmoduleinit(struct atl::_atl_win_module70 *)" (?atlwinmoduleinit@atl@@ygjpau_atl_win_module70@1@ @z) already defined in dd_vc2003mt_dwftoolkit.lib(stringutil.obj)
tried ignoring atlsd.lib, as one would guess i got a lot of unresolved xxx errors
dropped the dwf toolkit lib, seems to link ok ( hope it runs, too ! )
what am i losing by dropping this lib? the app reads and writes attribute information, xref path info - never actually vercorizes or views.
you are losing ability to read and write dwf files
upd:
it appeared that atl is not necessary in dwf toolkit, it will be removed in the next update.
vladimir
last edited by vkalinin; 3rd june 2005 at 03:24 amfff">.
thanks for the reply - i can live without dwf for a few weeks, no problem.
for those who require it, they probably could use the linker option to force the build
/force:multiple
vladimir,
it appears that atl is still in dd_vc2003md_dwftoolkit.lib in 1.13.02. is there a work around for;
linking...
atlsd.lib(atlfuncs.obj) : error lnk2005: "long __stdcall atl::atlwinmoduleinit(struct atl::_atl_win_module70 *)" (?atlwinmoduleinit@atl@@ygjpau_atl_win_module70@1@ @z) already defined in dd_vc2003md_dwftoolkit.lib(stringutil.obj)
atlsd.lib(atlfuncs.obj) : warning lnk4006: "long __stdcall atl::atlwinmoduleinit(struct atl::_atl_win_module70 *)" (?atlwinmoduleinit@atl@@ygjpau_atl_win_module70@1@ @z) already defined in dd_vc2003md_dwftoolkit.lib(stringutil.obj); second definition ignored
thanks
mb
quote:
originally posted by wvk
you are losing ability to read and write dwf files
upd:
it appeared that atl is not necessary in dwf toolkit, it will be removed in the next update.
apparently dwftoolkit library was not rebuilt. i'll look into it and let you know. perhaps we'll put it on ftp separately. sorry for the inconvenience.
vladimir
you may take rebuilt dwf toolkit from odoutgoing ftp
vladimir
thanks vladimir - can you tell me how to get to that?
could you email me w/the url for that ftp site?
thanks
ask support_at_opendesign.com
btw 1.13.03 is already out and there this library should be correct too.
vladimir
where is 1.13.03?
it doesn't appear to be published to the members files directory...
tyler
|