- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Converting from CVF 6.6 to IVF 9.1, I find some code has conditional compilation for the debug version using "D" in column 1. This syntax is not accepted in IVF for free-format source form. What is the best way to have conditionally-compiled statements in IVF free-format?
The documentation mentions conditional compilation as being possible (as a language extension) on p 14-53 of the Language Reference manual, but does not say how it used (i e, how the condition is determined).
The documentation mentions conditional compilation as being possible (as a language extension) on p 14-53 of the Language Reference manual, but does not say how it used (i e, how the condition is determined).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
See the documentation for !DEC$ IF, !DEC$ IF DEFINED, !DEC$ ELSE, !DEC$ ENDIF. The condition usually tests "preprocessor symbols" which you define in the project property Preprocessor page.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page