-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
according to
https://docwiki.embarcadero.com/RADStudio//Athens/en/DESIGNONLY_directive_%28Delphi%29
there is {$DESIGNONLY ON} and {$DESIGNONLY OFF}, not a shortcut called {$DESIGNONLY}
not sure if that is accurate documentation, but if it is then your {$DESIGNONLY} is ignored
this might explain why you seem to be using compiler switch -LUDesignIDE at dclXX.dproj which might not be needed if you use {$DESIGNONLY ON} (assuming your current use is ignored by the compiler)
(see issue #90 too btw since you use that switch even in non-design packages)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels