Results 1 to 4 of 4

Thread: making .dll file

  1. #1
    Join Date
    Jul 2007
    Posts
    20
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default making .dll file

    dear friends
    i want to create a .dll file instead of normal exe file .
    i have my .h files and . cpp files..
    what should i do to create the .dll file instead of normal exe file..
    plz help...

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: making .dll file

    J-P Nurmi

  3. #3
    Join Date
    Jul 2007
    Posts
    20
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: making .dll file

    thanx
    i have created the .dll file.
    now i want to use that dll file in my another application.
    So in my another application how to use this dll file.
    What are the variables to set to which value such that in my another application i can use this dll file and i can also use the classes defined in the dll file..
    plz help..

  4. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: making .dll file

    To link to the library you'd add the library to a variable called LIBS. To be able to include header files of the library, you might also want to add suitable path to a variable called INCLUDEPATH.
    J-P Nurmi

Similar Threads

  1. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 07:51
  2. EXE File problem
    By triperzz in forum Installation and Deployment
    Replies: 8
    Last Post: 18th January 2008, 20:00
  3. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 16:21
  4. making help file
    By deekayt in forum Qt Programming
    Replies: 1
    Last Post: 30th October 2006, 18:38
  5. Tools for making Qt Assistant's .dcf file?
    By Pat Harvey in forum Newbie
    Replies: 3
    Last Post: 21st August 2006, 22:46

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.