GDaniel
2004-11-29 16:27:05 UTC
IBCMT.lib(jmpuwind.obj) : error LNK2005: _local_unwind
already defined in kernel32.lib(KERNEL32.dll)
I checked all the points from MSDN 2005 regarding LNK2005
and everything seems to be fine.
Forcing linking with /FORCE:MULTIPLE is OK... the program
behaves as expected.
However I do not want to make a production release this way.
So my question is what should I try about this?
Any suggestion is welcome
, Regards
Daniel
already defined in kernel32.lib(KERNEL32.dll)
I checked all the points from MSDN 2005 regarding LNK2005
and everything seems to be fine.
Forcing linking with /FORCE:MULTIPLE is OK... the program
behaves as expected.
However I do not want to make a production release this way.
So my question is what should I try about this?
Any suggestion is welcome
, Regards
Daniel