Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debugging DLL problem

Status
Not open for further replies.

nath

Programmer
Joined
Dec 5, 2001
Messages
109
Location
ES
Hi there and happy new year.

I am very new to VC++ and I admit it drives me mad! I have a dll that I want to debug. I have created an exe that calls a function in my dll. It seems to execute properly altogether. I have added the dll in the project settings of the executable, in the debug tab category "additional dlls".

When I debug the code it debugs correctly in my executable but when it enters the function (step into) in the dll it goes to a line at the end of the function instead of going to the first statement. Even when I put breakpoints it does it the same way!

Anyone out there who can help me?

Nath
 
Yes, it is my own dll.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top