[Quickfix-developers] Problem with 1.9.0
Brought to you by:
orenmnero
From: Kiran K. <kk...@ty...> - 2004-09-10 11:03:54
|
Hi I'm trying to build quickfix 1.9.0 using quickfix.sln under visual studio.net and am getting the following error during compilation. quickfix_net error LNK2005: "char * __cdecl FIX::integer_to_string_padded<int>(char *,unsigned int,int,unsigned int,char)" (??$integer_to_string_padded@H@FIX@@$$FYAPADPADIHID@Z) already defined in Group.obj quickfix_net error LNK2005: "char * __cdecl FIX::integer_to_string_padded<int>(char *,unsigned int,int,unsigned int,char)" (??$integer_to_string_padded@H@FIX@@$$FYAPADPADIHID@Z) already defined in Group.obj quickfix_net error LNK2005: "char * __cdecl FIX::integer_to_string<int>(char *,unsigned int,int)" (??$integer_to_string@H@FIX@@$$FYAPADPADIH@Z) already defined in Group.obj quickfix_net error LNK2005: "char * __cdecl FIX::integer_to_string<int>(char *,unsigned int,int)" (??$integer_to_string@H@FIX@@$$FYAPADPADIH@Z) already defined in Group.obj quickfix_net error LNK2005: "char * __cdecl FIX::integer_to_string<long>(char *,unsigned int,long)" (??$integer_to_string@J@FIX@@$$FYAPADPADIJ@Z) already defined in Group.obj quickfix_net fatal error LNK1169: one or more multiply defined symbols found Metadata file 'C:\QuickFixSln\quickfix\lib\quickfix_net.dll' could not be found Has anyone seen this or does anyone know how to resolve this? |