
Debugging DLL called by a DLL
Quote:
> > Hi
> > VC++ 4.2
> > os : Windows 95
> > I have an executable - a.exe. a.exe calls a method of b.dll which calls
> > a method of c.dll.
> > I want to debug this method of c.dll.
> > How can I do it?
> > I implemented whatever the VC help gave me, but it was of no use. The
> > execution would not stop at the breakpoint I set in the method.
> > Please help.
> > Rahul Gopal
> Once the Dll is loaded the break point will take. Their is also an option
> in in project settings to load dlls at start time by name.
> Have Fun!
Hi Gary
Thanks for your response. But I have already done whatever you have
said to no avail.
All 3 projects ( a.exe, b.dll and c.dll ) are in separate directories,
but their output goes in one directory. I have also specified the name
of the dll in the project settings "Additional DLLs" section of the
"Debug" tab. But even then I am not able to debug c.dll. ( To refresh
your memory, a.exe calls a method b.dll which in turn calls a method of
c.dll. I want to debug c.dll ).
What is it that I am missing? I have been at this problem for 2 days
now.
Awating your reply,
Rahul
--
---------------------------------------------------
Rahul Gopal
Total Technology Solutions Ltd.
Barbados ( W.I )
Tel : (246) 4180314 ( R )
(246) 4306082 ( O )
---------------------------------------------------