PDA

View Full Version : About using file .so in Qt



dleviathan
2nd February 2012, 02:43
I have downloaded a .so file which provide a lot of service, How can I use the .so file and call the service functions?

Plz show me how to use file. so in Qt(Symbian^3)

Thanks for all supports!

Spitfire
2nd February 2012, 12:16
library file (*.so) is not enough for you to be able to use it.
You need header files (*.h) for that library to be able to use it.