Re: Delphi Compiler Messages
From: Chris M (chris_at_eventsoft.com)
Date: 01/13/04
- Next message: Ian Boyd: "Re: Is the D8 ide it?"
- Previous message: Nick Hodges (TeamB): "Re: How to get the tool palette as tabs on main bar?"
- In reply to: Rob Kennedy: "Re: Delphi Compiler Messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Ian Boyd: "Re: Is the D8 ide it?"
- Previous message: Nick Hodges (TeamB): "Re: How to get the tool palette as tabs on main bar?"
- In reply to: Rob Kennedy: "Re: Delphi Compiler Messages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|