Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

Wince: How to use WinApi with qt?

$
0
0
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

Viewing all articles
Browse latest Browse all 13965

Trending Articles