Results 1 to 14 of 14

Thread: Some advice on how to structure this program?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Some advice on how to structure this program?

    Quote Originally Posted by mrwooster View Post
    how come I can use a dll like this? I thought that a dll required a much more complicated setup procedure and calling functions from dlls required setting up pointers etc... and using the windows API?
    Ty
    This is a big topic, please google some docs for dynamic libraries. There is adequate information available.
    QLibrary is used to load DLLs and resolve any symbol from DLL.

  2. The following user says thank you to yogeshgokul for this useful post:

    mrwooster (12th August 2009)

Similar Threads

  1. Program crashes on creating new dialog
    By eekhoorn12 in forum Qt Programming
    Replies: 2
    Last Post: 11th June 2009, 11:52
  2. Eclipse Integration and program not starting
    By Cruz in forum Installation and Deployment
    Replies: 1
    Last Post: 16th January 2009, 22:32
  3. Replies: 19
    Last Post: 21st January 2008, 09:13
  4. Version setting in QT Program
    By sabeesh in forum Qt Programming
    Replies: 4
    Last Post: 24th October 2007, 12:07
  5. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19

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.