Hallo,
wollte gerade mal das Basic ausprobieren und habe nicht mal das simple Spriteanzeigen hinbekommen.
Beim kompilieren kommt folgender Fehler.(Die Grafik ist aus dem Sampleordner)
compiling:
C:/DOKUME~1/ADMINI~1/LOKALE~1/Temp/glbasic/gpc_temp0.cpp: In function `int __GLBASIC__::__MainGameSub_()':
C:/DOKUME~1/ADMINI~1/LOKALE~1/Temp/glbasic/gpc_temp0.cpp:15: error: expected primary-expression before ',' token
*** FATAL ERROR - Bitte die Compiler-Ausgabe ins Forum kopieren
Mein Code:
LOADSPRITE "frog1.bmp" ,0
DRAWSPRITE ,0,100 ,100
SHOWSCREEN
END
Gruß Jasper