[Quickfix-developers] Error LNK2005 with comsuppd.lib
Brought to you by:
orenmnero
|
From: Angel P. <ap...@es...> - 2006-05-10 18:13:59
|
Hello
=20
I'm working with VS.NET 2003 and C++, the version of =
quickfix is
1.11.1 and my platform is WXP.
I have a problem when I'm linking quickfix with my program. =
I
get the following fatal error:
=20
comsuppd.lib(comutil.obj) : error LNK2005: "class _variant_t vtMissing"
(?vtMissing@@3V_variant_t@@A) already defined in =
comsuppwd.lib(comutil.obj)
=20
In my code I have an #import to my COMponent that doesn't =
use
UNICODE, I never use UNICODE.=20
When I delete the import with my COMponent I had no problem. This =
COMponent
is being used in other projects in my company.
Why my code use comsuppd.lib and comsuppwd.lib if I don't =
use
UNICODE?
=20
Thanks, =20
=20
Angel Pinto L=F3pez
=20
|