Hello! Ok, Thanks to all for your suggestions! To sum up my problem, it does not appear to be compiler related, as I first thought. Looking at the IDE, I have discovered that I am running the original file in the Demos directory but editing the copied file in the new directory!...;-/
In other words, even though the DPR file does not have any directory location information somehow it thinks that the PAS files it needs are there and it is compiling them when it builds the Exe. What setting am I missing here? When I discovered this, I tried copying a fresh copy using the Save Project as option, but that kept the directory information with the old files intact. Thanks for your help! Tom Nesler -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Roser Sent: Tuesday, July 17, 2007 10:33 PM To: Borland's Delphi Discussion List Cc: Borland's Delphi Discussion List Subject: Re: Compiling problems In D6 I'd recommend you look under Project|Options. Check the Compiler tab, especially the Debug group box. Check the Linker tab as you probably need "Include TD32 debug info" checked. You might not need everything but be sure to rebuild after you change something and then see if your little blue dots appear. HTH Wayne Borland's Delphi Discussion List <[email protected]> on Wednesday, 18 July 2007 at 2:28 a.m. +0000 wrote: >Hello! > >I am trying to modify an existing program that was given as a sample in >my Delphi 5 Enterprise installation. The program's name is: Graphex. >I went in and added a double click event to the Image component and then >wrote some code in the event but when I compile, the code does not fire >off and I don't see any "Blue dots" showing that there are debugging >points in the gutter column. If I place a place a breakpoint on the >line, it shows up with an X. > >I have never had this problem before....Any suggestions? > >Thanks in advance! > >Tom Nesler > >_______________________________________________ >Delphi mailing list -> [email protected] >http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

