Search found 51 matches

by stefan.ungemach
Mon Feb 20, 2023 9:46 am
Forum: Product
Topic: DEFINE/#ifdef seems to be ignored in X#
Replies: 8
Views: 3871

DEFINE/#ifdef seems to be ignored in X#

<r>Can anyone please explain to me why the folliwing code considers DUMMY_DEFINE to be not set (thus greying out anything except the red line which becomes compiled)? Playing around with the -/vo8 switch didn't change the behaviour.<br/>
<br/>
define DUMMY_DEFINE := true<br/>
FUNCTION Start() AS ...