Re: [Quickfix-developers] Winsock errors
Brought to you by:
orenmnero
|
From: Chris G. <ch...@gr...> - 2006-11-13 09:31:48
|
I'm afraid that hasn't done the trick. Is there anything else I can try? Chris Griggs. On Fri, 10 Nov 2006 13:26:51 -0300, "Djalma Rosa dos Santos Filho" <drs...@gm...> wrote: > > Hi Chris, > > > > I am not sure if this is the same, but I had similar problem in the past. > > Try doing the following: #define _WINSOCKAPI_ before including windows.h > > and > > the redefinition errors should disappear. > > > > #define _WINSOCKAPI_ > > // _WINSOCKAPI_ prevents inclusion of winsock.h in windows.h > > // quickfix requires linking with winsock2 > > ... > > #include <windows.h> > > ... > > > > BR, > > Djalma Rosa dos Santos Filho |