Results 1 to 2 of 2

Thread: About using file .so in Qt

  1. #1
    Join Date
    Dec 2011
    Posts
    5
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows Symbian S60

    Default About using file .so in Qt

    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!

  2. #2
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: About using file .so in Qt

    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.

Similar Threads

  1. Replies: 3
    Last Post: 1st November 2010, 16:33
  2. Replies: 0
    Last Post: 21st July 2010, 10:32
  3. Replies: 4
    Last Post: 9th May 2010, 16:18
  4. Replies: 3
    Last Post: 28th March 2009, 15:37
  5. Replies: 3
    Last Post: 25th May 2007, 07:49

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.