23.01.2015, 13:08
Cool wenn man nun versucht den Debugger zu compilieren:
Compile error in line 1120:
Illegal operator for this type.
possible wrong code begins here:
WFLG_REPORTMOUSE
das ist innerhalb des Statements NewWindow
f ist vom type float
ich habe nach dem includen natürlich wieder
optimize 5
syntax 6
eingefügt
Compile error in line 1120:
Illegal operator for this type.
possible wrong code begins here:
WFLG_REPORTMOUSE
das ist innerhalb des Statements NewWindow
Code:
If win = #_winSource
AddIDCMP #IDCMP_MOUSEMOVE
f = f OR #WFLG_REPORTMOUSE ; <----- das da
;Poke.l ?__gimmi+4,1
End If
f ist vom type float
ich habe nach dem includen natürlich wieder
optimize 5
syntax 6
eingefügt