PDA

View Full Version : Win32 static library



jacky
14th April 2009, 03:26
I am newbie in Qt4.

I have a third party Win32 static library without source code and I intend to use it in QT4.

I'd like to know if it is possible to use a Win32 static library in QT4. If possible please give me a simple example.

Thanks for any advices.

Boron
19th April 2009, 16:35
You do not us that library "inside" Qt, beacus you didn't write the Qt library ;).
You use a library in an application that also uses Qt!

So simply call the Win32 functions as you would call/use Qt functionality.