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!
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!
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.
Bookmarks