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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

remote debugger debug info for explicitly linked dll

Status
Not open for further replies.

ahoodin

Programmer
Jul 25, 2001
48
0
0
US
I am trying to remote debug my app, I can't get
debugging information on a DLL that I have explicitly
linked to the application. I need to step into that code!

I get these errors:

Loaded symbols for 'my.dll' Preloaded symbols may not match 'h:\GetBlock\Debug\GetBlock.exe'.

LDR: Automatic DLL Relocation in GetBlock.exe LDR: Dll VNCHooks.dll base 10000000 relocated due to collision with C:\MYDIR\MYDLL.DLL

What do I do?

TIA,

ahoodin
 
Hi ahoodin,
U try to do after pasting both the *.lib and *.dll in the working directory

S.Senthil Kumar
 
The working dirctory is unimportant as the dll is explicitly linked in...this means no .lib required nor working directory. With the remote debugger I just dont get source on stepping in.

ahoodin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top