I'm making a DLL file used as a target driver for keil in its debug mode, but keil can not load the DLL. The file route is right. In my application,I want to interface the keil to an external MCU and run debug for the MCU. Is there anyone having experence on this problem.
Maybe your dll loads another dll that is not in the path?
You can use dependencywalker to find all dll's loaded by your dll:
www.dependencywalker.com/
regards, ole
thanks !! that's really a useful tool! the problem is smoothed now! i did not add the dll file into the system32 folder. thanks again all of you!