Re: Additional dll's

Tech-Archive recommends: Fix windows errors by optimizing your registry




I have been trying for a while to debug my app under Visual Studio .Net
but I cannot find a way to do it. I want to use the debugger so I
click:
Debug/Start New Instance

but then it complains it cannot find the dll (those where build via
another project and are in another directory). Now I don't (can't) use
the PATH environment since I have multiple version of the dll. So all I
want to do is add for *this* project a path to dll...looks extremely
easy but I could not find any way to do that.


You can set the application's working directory to the directory where
the DLL is located (Project properties | Configuration Properties |
Debugging | Working Directory), or temporarily put the DLL in the same
directory with the executable.

Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]





.



Relevant Pages

  • Re: Additional dlls
    ... Debugging | Working Directory), or temporarily put the DLL in the same ...
    (microsoft.public.vsnet.debugging)
  • Re: How to connect to children process
    ... Main problem is amount of manual operations required per debug cycle. ... connection to DLL with debugger takes sensible amount of time and manual ... Is the main problem that the debugger keeps symbols file loaded ... AFAIK that's how VS2003 debugger works, but WinDbg should usually ...
    (microsoft.public.vsnet.debugging)
  • Re: How to connect to children process
    ... AFAIK that's how VS2003 debugger works, ... unload symbols completely after the dll ... Also, when setting breakpoint on the needed function (in WinDbg), ... I'm creating code with int 3 in place that I'm willing debug. ...
    (microsoft.public.vsnet.debugging)
  • Re: Debugging JNI shared libraries
    ... >compiles OK on Win32 when I have teh requisite stuff installed and I'm ... >DllMain gets called, attach to the dll? ... code as far as the debugger is concerned). ...
    (comp.programming)
  • Re: AD+ crash logs and .dmps Part II
    ... This a .dll provided by an online payment verification ... The Debugger docs have some basic info but overall, understanding ... details the formation and usage of the stack. ...
    (microsoft.public.inetserver.iis.security)