Results 1 to 3 of 3

Thread: Optaining information from a DLL

  1. #1
    Join Date
    Feb 2009
    Posts
    143
    Thanks
    8

    Question Optaining information from a DLL

    Hi

    I want to work on a project that contacts a dll to accept the information it holds and prints it.

    I am still new to dll's and Qt.

    can somebody tell me what information should i collect before beginning the project as well as the software and languages that i need to know and learn?

    I also want to know how I can add my own code to the .ui file that I have created using Qt designer. (For e.g. When i press the push button, i need to get the data from a dll. I need to link the push button instance to my code.)

    Coding in c++ is easier or python for this particular project?

    thanks in advance.

  2. #2
    Join Date
    Feb 2009
    Location
    Noida, India
    Posts
    517
    Thanks
    21
    Thanked 66 Times in 62 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Optaining information from a DLL

    DLL is a dynamic LINK library..which means that it allows to link dynamically to the functions u call..u need to study about the different between dll and lib files..thats the most basic thing..u need to know the meta object system in qt..thats a good starting point

    from there u can learn how to connect click event of a button to one of ur functions or functions of other libraries(dlls)..for this, all u need is to install qt and use qt assistant..that should solve most of ur issues

  3. The following user says thank you to talk2amulya for this useful post:

    srohit24 (14th February 2009)

  4. #3
    Join Date
    Feb 2009
    Posts
    143
    Thanks
    8

    Default Re: Optaining information from a DLL

    thanks mate. will learn the things soon!

Similar Threads

  1. No information on the console
    By starcontrol in forum Qt Programming
    Replies: 1
    Last Post: 8th April 2008, 13:39
  2. QT app information
    By CHeader in forum Qt Programming
    Replies: 5
    Last Post: 4th April 2008, 11:07
  3. Getting MAC Information from qt?
    By vishal.chauhan in forum Qt Programming
    Replies: 4
    Last Post: 23rd May 2007, 09:31
  4. KDE/QWT doubt on debian sarge
    By hildebrand in forum KDE Forum
    Replies: 13
    Last Post: 25th April 2007, 06:13
  5. Replies: 13
    Last Post: 1st June 2006, 14:01

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.