Native API is usually just some C API, which you can call directly in C++ (and thus in a Qt application).
Your code above looks like a mixture of system API and MFC, so if you can get rid of the MFC parts there should be no problem of using the remaining code.
Cheers,
_





Reply With Quote
Bookmarks