refind.exe bug I found/reported today (it basically breaks your uses clause when "unusing" a unit if there's a compiler directive present): https://quality.embarcadero.com/browse/RSP-20025
refind.exe bug I found/reported today (it basically breaks your uses clause when "unusing" a unit if there's a compiler directive present): https://quality.embarcadero.com/browse/RSP-20025
https://quality.embarcadero.com/browse/RSP-20025
https://quality.embarcadero.com/browse/RSP-20025
As I said: uweraabe.de - Conditional Uses Clause Considered Harmful
ReplyDeleteDoes this fail with IFNDEF as well? I remember reading a post (likely from Stefan Glienke) indicating the IDE handles IFNDEF better than IFDEF.
ReplyDeleteJeroen Wiert Pluimers I'll check and report back. Though note this is neither {$IFDEF} nor {$IFNDEF} but straight-up {$IF ....}
ReplyDelete