Re: Delphi Compiler Messages

From: Chris M (chris_at_eventsoft.com)
Date: 01/13/04


Date: Mon, 12 Jan 2004 20:04:44 -0700

I don't want to fix every issue in the entire jedi vcl source.

I'll try manipulating the search path and isolating the dcu's thanks.

"Rob Kennedy" <.> wrote in message news:4003378e@newsgroups.borland.com...
> Chris M wrote:
> > Is there a way to turn off compiler messages for any file outside of
> > whats listed in the project manager. I want it to stop telling me
> > whats wrong with the components i'm using. I only want to see
> > messages regarding the code in the current project.
>
> I don't even let the compiler compile those files. Units that aren't
> part of the current project aren't in the same directory, and their
> directories aren't in the IDE's search path. They might be in the
> browsing path, and they might be in the debug-source path, but they're
> nowhere that the actual compiler will ever see them. Something that aids
> this setup is that all my compiled DCUs go into a separate directory, so
> the linker can find the compiled code.
>
> Another option would be to fix those other components so they compile
> silently in the first place. How hard could that be, after all?
>
> --
> Rob



Relevant Pages

  • Re: Bunch of Delphi 7 bugs/misfeatures, pls advise?
    ... > message gives NOT A CLUE as to what source file package, unit, or blimblop ... > as part of the search path. ... > the search path thru a {$ compiler directive? ... Delphi 7 seems to quite often point me to ...
    (comp.lang.pascal.delphi.misc)
  • Re: Location of .mod files?
    ... file - by specifying the directory as search path. ... not solve the problem of the compiler dependence. ... So far, I'm inclined to choose a subdir of lib rather than include, as said before, but I'm open to better suggestions. ... It looks like 'modern' Fortran libraries are rarely installed on a system. ...
    (comp.lang.fortran)
  • Re: compiler search path for the headers
    ... I'm not sure what you mea by "builtin path". ... Compiler searches it from built-in header search path, on UNIX, it ... Compiler searches builtin path and -I command option for both ...
    (microsoft.public.vc.language)
  • compiler search path for the headers
    ... I always have an impression that for the following semantics: ... Compiler searches it from built-in header search path, on UNIX, it ...
    (microsoft.public.vc.language)
  • Re: Code Review requested: Postscript Interpreter
    ... When including a header from a location not in the compiler ... search path, is it better to pack the path into the #include ... That's what that pkg-config stuff is, ...
    (comp.lang.c)