The defines are usually in the project options

Project->Options->Directories/Contionals

Paul


  ----- Original Message ----- 
  From: [EMAIL PROTECTED] 
  To: advanced_delphi@yahoogroups.com 
  Sent: Tuesday, October 30, 2007 4:03 PM
  Subject: Re: [advanced_delphi] delphi directives..


  if it's not on the code or hidden on an insert file, probably it was 
  just scrapped and this reference was forgotten.

  you can try to guess by checking what would be compiled if there was a 
  definition:

  {$IFDEF SOMEVAR}
  whatsgoingonhere?
  {$ENDIF}

  Carlos

  Quoting marcus_fen1x <[EMAIL PROTECTED]>:

  > Hi all,
  > I'm working on legacy code base, in this code there are used many
  > directives e.g.
  >
  > {$IFDEF SOMEVAR}
  >
  > now my problem is that i can't fine anythin SOMEVAR in that whole code.
  > whatever i've googled so far i'm came to know that there has to be some
  > {$DEFINE SOMEVAR} somewhere in the code but there isn't anything such
  > thing.
  >
  > So all i want to as how can know what that SOMEVAR actually is whats
  > its value is ?
  >
  >
  > Any thoughts ??
  >
  > thanks in anticipation.
  >
  >
  >



   

Reply via email to