views:

120

answers:

0

Hello everybody, I am using both Qt Framework and QuickFIX engine to create a financial application with GUI. My problem is that when I compile a program that implements QickFIX engine and QT Framework , it gives me a compilation error : it doesn't find some header files in MinGW ( socket.h, inet/in.h, etc ..)

I am on Windows 7 and I know that to use sockets you must use winsock.h and so on, but the problem is I have Visual C++ express edition and it's not supported by QT , so I used QtCreator and since I have an open source of QT , QuickFIX engine uses the header files of linux(socket.h ..) rather than windows . So it gave me an error. Please can you suggest me a solution ??

Thank you in advance.