Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add #define statements for C++Builder to mirror IdCompilerDefines.inc #23

Open
rlebeau opened this issue Apr 5, 2017 · 0 comments
Open
Labels
Element: Compiler/IDE Issues related to a particular Compiler and/or IDE Status: Deferred Issue to be re-reviewed in a future release Type: Enhancement Issue is proposing a new feature/enhancement
Milestone

Comments

@rlebeau
Copy link
Member

rlebeau commented Apr 5, 2017

Indy stores most of its compiler conditional defines in IdCompilerDefines.inc, but this file is only usable in Delphi code. There is no corresponding file for use in C++Builder. If nothing else, Indy could use {$HPPEMIT} statements in IdGlobal.pas (or maybe a new unit like IdCompilerDefines.pas) for the more important defines, such as the version number.

@rlebeau rlebeau added the Type: Enhancement Issue is proposing a new feature/enhancement label Apr 5, 2017
@rlebeau rlebeau added Element: Compiler/IDE Issues related to a particular Compiler and/or IDE Status: Deferred Issue to be re-reviewed in a future release labels Apr 25, 2023
@rlebeau rlebeau added this to the Indy 12 milestone Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Element: Compiler/IDE Issues related to a particular Compiler and/or IDE Status: Deferred Issue to be re-reviewed in a future release Type: Enhancement Issue is proposing a new feature/enhancement
Projects
None yet
Development

No branches or pull requests

1 participant