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.
This is a discussion on SEt Visual Studio 2005 set .dll locations? within the C++ Programming forums, part of the General Programming Boards category; In visual studio where do you set the location of dll files for your project. Everything builds fine but when ...
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.
put csclient.dll in the same directory as the exe
I threw it in the debug directory, rebuilt the application and it still didn't work.
i dunno did you try to manually register the dll?
How do I do that?
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.
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