Thanks Phil Your solution and Conor's worked equally well. I compiled my *.dll into c:\windows\system32 and it worked fine.
Then I tried keeping the *.dll in my project directory and checking "Include Remote Debugging Symbols" and that works too. I thought I had already tried that. Oh well. Now I have tracked down and fixed the bug too. Todd. ----- Original Message ----- From: "Phil Middlemiss" <[EMAIL PROTECTED]> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> Sent: Wednesday, July 23, 2003 10:34 AM Subject: Re: [DUG]: Debugging COM DLL > Todd, > > I had this a while ago and the solution turned out (for me) to be simply > turning on "Include Remote Debugging Symbols" on the Linker page of the > project options for both the host and the DLL. > > Phil. > ----- Original Message ----- > From: "Todd Martin" <[EMAIL PROTECTED]> > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]> > Sent: Wednesday, July 23, 2003 9:36 AM > Subject: [DUG]: Debugging COM DLL > > > > Hi All > > > > I've tried debugging my COM inprocess server object according to the > Delphi > > help (ie. load COM library project, set host application in run parameters > > and run), but as soon as the host application (Excel) loads I lose the > blue > > dots in the my COM server app, so I can't debug it. Anyone got any > > suggestions? > > > > I'm sure it must be something simple. > > > > Todd. > > > > > > -------------------------------------------------------------------------- > - > > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > > Website: http://www.delphi.org.nz > > To UnSub, send email to: [EMAIL PROTECTED] > > with body of "unsubscribe delphi" > > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > > > > > -------------------------------------------------------------------------- - > New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] > Website: http://www.delphi.org.nz > To UnSub, send email to: [EMAIL PROTECTED] > with body of "unsubscribe delphi" > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/ > --------------------------------------------------------------------------- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED] Website: http://www.delphi.org.nz To UnSub, send email to: [EMAIL PROTECTED] with body of "unsubscribe delphi" Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
