Hmmm, check this: Open the project-file (*.dpr): "View"->"Unit"-> -Name of project- and see if the unit files in the uses-clause either have no path or a path that corresponds to the actual location of that (pas-) file.
Greetz, Peter. -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[EMAIL PROTECTED] Curtis cloud Verzonden: woensdag 9 mei 2007 20:04 Aan: [email protected] Onderwerp: RE: [delphi-en] Delphi not recreating DCUs Still no luck. I placed the pas file path in the library path and dcu option path and delphi still complains about the dcu files. The project and pas files are in the same directory, but I still don't know what's wrong. Marselle Caston <[EMAIL PROTECTED]> wrote: Thanks Peter.. I used the wrong reference point.. but that is what I was attempting to say.. in the Lib search path.. hope I didn't cause confusion. --- Peter Luijer <[EMAIL PROTECTED]> wrote: > Hi Curtis, > Make sure the PAS-files that need to be re-compiled > can be found > by Delphi (ie set the library search-path in the > Greetz, > > Peter. > > > -----Oorspronkelijk bericht----- > Van: [email protected] > [mailto:[EMAIL PROTECTED] > Curtis cloud > Verzonden: woensdag 9 mei 2007 18:09 > Aan: [email protected] > Onderwerp: [delphi-en] Delphi not recreating DCUs > > > All, > > I am having a problem with delphi recreating dcus > files. I removed the dcus > from the directory, selected build all but delphi > complains about not being > able to find dcu files for my pas files. > > Also, the syntax is not being checked within delphi. > Is there a setting in > the IDE that tells delphi to turn off dcu recreation > and turn off syntax > checking. > > I intentionally creating syntax errors but delphi > still compiled find > without complaining. > > Any help will be appreciated.. > > r/Curtis..

