Help me with remote dubugging of a dll
-
Hi, I am trying to remotely debug a dll. I don't know how to set the project settings and how to set the debug combo box. My executable on host machine is a exe file and the one on the target is a dll. Please help to how to fix that. Thanks in advance
-
Hi, I am trying to remotely debug a dll. I don't know how to set the project settings and how to set the debug combo box. My executable on host machine is a exe file and the one on the target is a dll. Please help to how to fix that. Thanks in advance
Preeti9 wrote:
My executable on host machine is a exe file and the one on the target is a dll.
Why is the executable on the target different than the source? To do remote debugging you usually map a network drive and load your project in vc on your development machine on the network drive and configure it to execute your program on the same network folder/drive letter on the remote machine. John