PDA

View Full Version : Can Native Api be Used?



iGoo
25th May 2006, 11:14
Hi All:
I am newbie of QT.
All our GUI projects are built on VC/MFC before.Now we want to use QT as the cross-platform develop tool.

Q:
When on windows,can we use all the native apis and functions or resources in DLL files in QT just as VC/MFC?


Thanks in advance.

wysota
25th May 2006, 11:44
Use whatever you want. Qt doesn't put any constrains here. It's just a library (and it's Windows implementation is written using WinAPI).