Hello,
I want to bind a Library written in MFC into my Qt Project and call its functions like this:
BOOL CALLBACK eventInit(DWORD dwDevice, HANDLE hEvent, LPTHREAD_START_ROUTINE pFunc, UINT msg, ULONG ulMask);

I have lib and dll files, but i have not header files. is there a example to show how can i do it?
and can Qt understand the windows type like DWORD, HANDLE, LPTHREAD_START_ROUTINE etc?

Thanks for your help!