|
We've
had issues with debugging DLLs on XP and W2K as well.
Stacey
is correct in saying that all debug options should be checked first and
foremost.
One
workaround we've used seems to rely on the fact that Windows seems
to prefer your DLL to be in the Windows\System directory. You can set
the Output directory of your project to put it there
automatically.
Once
you've run your DLL (and presumably your host app has opened), go back to Delphi
and hit Ctrl+Alt+M (I think). This should open a window showing you which
modules are loaded. Find yours, and see if the entry points for all your
functions are listed. They should be if Delphi is correctly finding the
debug information for your DLL.
If
you're still having problems, drop me a line, and I'll see if we had to do
anything else.
HTH,
Conor
|
- [DUG]: Getting breakpoints working properly Dave . Jollie
- Re: [DUG]: Getting breakpoints working properly Robert Martin
- RE: [DUG]: Getting breakpoints working properly Stacey Verner
- RE: [DUG]: Getting breakpoints working properly Conor Boyd
- RE: [DUG]: Getting breakpoints working properly Conor Boyd
- RE: [DUG]: Getting breakpoints working properly Myles Penlington
- RE: [DUG]: Getting breakpoints working properly Conor Boyd
- RE: [DUG]: Getting breakpoints working properly Dave . Jollie
- RE: [DUG]: Getting breakpoints working properly Conor Boyd
- RE: [DUG]: Getting breakpoints working properly Dave . Jollie
- RE: [DUG]: Getting breakpoints working properly Conor Boyd
