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
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