Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.007 Beiträge
 
#1

Do not put IFDEF with relative paths in your .dpr as the Delphi IDE cannot match them

  Alt 20. Dez 2018, 18:30
The Delphi IDE manages the .dpr and .dproj files for, trying to keep them in sync. Some information is duplicated between the two, especially files referenced by relative paths: those files are contained in your project. This means you cannot do something like this in your .dpr file: {$IFDEF DEBUG} Debug in '..\..\..\..\Shared\Debug.pas'; {$ELSE} Debug […]

Weiterlesen...
  Mit Zitat antworten Zitat