Hi,
i need to use some winapi funcionts into a wince qt project.
if i try to use
HWND hTaskBarWnd = ::FindWindow(_T("HHTaskBar"), NULL);
to retrieve wince menubar id it gives me FindWindow identifier not found
If i add
include <Winuser,h>
it gives me a lot of errors like BOOL identifier not found etc etc
What ia have to do to use WinApi functions in a qt project?
Thanks,
Riccardo
↧