Replies: 1 comment 1 reply
-
Fixed. Now it should compile with both the default flags and with the SYN_DEVELOPMENT_CHECKS. Please check and report back. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I include SynEdit in my code, compilation fails because I have TYPEDADDRESS ON in my project. You can see the failures yourself if you define SYN_DEVELOPMENT_CHECKS in SynEdit.inc.
I've been working around this by adding {$T-} to SynEdit.inc, but looking at SynEdit.inc it seems that the intention is that the code should compile in both {$T-} and {$T+} modes. Personally I suspect that the code is now at the point where it really expects {$T-}.
Additionally, SynDWrite is missing {$I SynEdit.inc} at the start of the unit. This again causes minor issues because some of the issues when compiling with {$T+} occur in this unit.
Beta Was this translation helpful? Give feedback.
All reactions