Results 1 to 3 of 3

Thread: Adding dll files to the PATH variable in Microsoft VS .NET 2003

  1. #1
    Join Date
    Jan 2007
    Posts
    38
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Adding dll files to the PATH variable in Microsoft VS .NET 2003

    H1,

    I have a bunch of DLL files in a folder that i would like to link against a c++ project in visual studio .net 2003, could someone tell me how to do this.

    I just need to tell the vs .net environment to look into this folder to find the dll's that the project needs to run.

    Thanks very much for your response.

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Adding dll files to the PATH variable in Microsoft VS .NET 2003

    You don't link to the dll:s. Each dll should have a static library equivalent that you link to. This will cause your application to load the dlls at run-time.

  3. #3
    Join Date
    Jan 2007
    Posts
    38
    Thanks
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Adding dll files to the PATH variable in Microsoft VS .NET 2003

    I know that now, thanks for the response,

    its appreciated.

Similar Threads

  1. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  2. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41

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.