高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】linking problem in 64 bi
linking problem in 64 bit.
linking problem in 64 bit.
hi,
i am trying to build my application with open dwg direct in 64 bit.
and am getting a linking error :
dd_vc64ml_db.lib(odtoolkit.obj) : fatal error lnk1112: module machine type 'x86' conflicts with target machine type 'x64'
my mc : amd 64
os windows 64.
am i linking with the correct lib ?
thanks,
-amrit.
our 1.13 vc64 libs were built for ia64, not amd.
amd 64 bit.
hi neil,
any expected date for the dwg direct in amd 64 bit lib.
regards,
-amrit.
it will be available as part of our 1.14 release, scheduled for early december.
quote:
originally posted by
it will be available as part of our 1.14 release, scheduled for early december.
neil, as i understand, the release date of dwgdirect 1.14 is very close. can you confirm that dwgdirect 1.14 will have libs built with vc2005 for amd x64?
thanks,
alexey
the amd64 and ia64 1.14 libs are now available on the win64 member download page.
i was wondering if there will be amd64 dlls made available for dwgdirect 1.14.01, visual studio 2005, similar to those availble for x86.
thanks
we currently don't have any 64-bit dll's available. we may provide these at some point in the future, but i can't give you a firm date. if other members are interested in this, please let us know.
thanks neil.
the amd 64 libraries that are available look to be compiled optimised. when linking these in a debug version of our own code, i see an unresolved symbol invalid_parameter_noinfo, which appears to be defined in libcmt.lib only.
for example,
dd_gi.lib(odtruetypefont.obj) : error lnk2001: unresolved external symbol __imp__invalid_parameter_noinfo
i am using the libraries from dd_amd64\lib\amd64md and am compiling our code with the /mdd flag (visual studio 2005). are you able to shed some light on what flags were used to build these libraries?
also, is it possible to get both debug and optimised versions of the amd64 libraries? (again as with the x86 versions) mixing optimised and debug libs might be the cause of my problem.
thanks.
starting with dd 1.14.02 we'll provide both release and debug libraries for amd64.
sergey slezkin
talk about fast turn around
thanks - i'll see how these work out.
|