Re: Additional dll's
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Wed, 17 May 2006 12:40:09 +0300
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/]
.
- Follow-Ups:
- Re: Additional dll's
- From: mathieu . malaterre
- Re: Additional dll's
- References:
- Additional dll's
- From: mathieu . malaterre
- Additional dll's
- Prev by Date: Re: integers are displayed as Hex
- Next by Date: Re: integers are displayed as Hex
- Previous by thread: Additional dll's
- Next by thread: Re: Additional dll's
- Index(es):
Relevant Pages
|