Thread: SEt Visual Studio 2005 set .dll locations?

  1. #1
    Registered User
    Join Date
    Jan 2006
    Posts
    31

    SEt Visual Studio 2005 set .dll locations?

    In visual studio where do you set the location of dll files for your project. Everything builds fine but when I start the exe it says csclient.dll was not found.

    .... I thought everything was going so well, damn.

  2. #2
    @codeguru
    Join Date
    Jan 2006
    Posts
    34
    put csclient.dll in the same directory as the exe

  3. #3
    Registered User
    Join Date
    Jan 2006
    Posts
    31
    I threw it in the debug directory, rebuilt the application and it still didn't work.

  4. #4
    @codeguru
    Join Date
    Jan 2006
    Posts
    34
    i dunno did you try to manually register the dll?

  5. #5
    Registered User
    Join Date
    Jan 2006
    Posts
    31
    How do I do that?

  6. #6
    Registered User
    Join Date
    Jan 2006
    Posts
    31
    regsvr32 "C:\Documents and Settings\office3\My Documents\Visual Studio 2005\Projects\Basic_Order_Window\Basic_Order_Windo w\bin\csclient.dll"

    I tried that and it says DllRegisterServer entry point was not found.

  7. #7
    I am me, who else?
    Join Date
    Oct 2002
    Posts
    250
    Another place to put it would be in the windows/system32 dir with all the other dlls. Dpeends on how much you are using it, but thats a good place, or modify the path to include that in the dll search. As I;ve never used VS 2005, I can only guess its under project->properties->linker

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  2. Templates and Macros plus more...
    By Monkeymagic in forum C++ Programming
    Replies: 8
    Last Post: 01-20-2007, 05:53 PM
  3. I heard visual studio C# 2005 can make .net 1.1
    By Rune Hunter in forum C# Programming
    Replies: 29
    Last Post: 10-24-2005, 07:00 PM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM