Results 1 to 2 of 2

Thread: creating and Linking dll using vs 2005

  1. #1
    Join Date
    Jun 2007
    Location
    India/Bangalore
    Posts
    156
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Thumbs up creating and Linking dll using vs 2005

    Hi All,

    I am using Qt 4.3.2 on Windows and I am using Visual Studio 2005 to compile my code,

    I have 2 VSProjects , I want to create dll for First Project , and I want to link first dll to

    second project.

    Note: For the same I created lib and linked with second by choosing project dependencies

    Now I want dll for the same as i mentioned above , How to Link dll?

    Thanks,
    Rajesh.S

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: creating and Linking dll using vs 2005

    I am not sure what the problem is.
    Do you mean link against a DLL at built time?
    At build time you link against a lib, the dll is for the execution.
    But from you wrote, it sound you know that already so I am not sure what the problem is...
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

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.