Your suggestion worked!...Thanks. FYI I removed the following files:
*.Dsk *.Dof *.DSM *.Dcu Upon entering the project, I did a syntax check and Compile and all my code compiled. Tom Nesler -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of CubicDesign Sent: Wednesday, July 18, 2007 9:13 AM To: Borland's Delphi Discussion List Subject: Re: Compiling problems Hi Nesler. Try to close Delphi, delete ale files (in your project's folder) that were not generated by you, but by Delphi (delete all except DPR and PAS files). Especially delete the DSK files. Now, rebuild the project. If your project uses VCLs created by you, do the same for those projects. I hope it will work. _______________ Nesler, Thomas J wrote: > 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 > > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

