-
Win32 static library
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.
-
Re: Win32 static library
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.