Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Do not put IFDEF with relative paths in your .dpr as the Delphi IDE cannot match them (https://www.delphipraxis.net/199052-do-not-put-ifdef-relative-paths-your-dpr-delphi-ide-cannot-match-them.html)

DP News-Robot 20. Dez 2018 18:30

Do not put IFDEF with relative paths in your .dpr as the Delphi IDE cannot match them
 
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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:59 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz