Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Maximillien

#1
IT WORKSSSS  8)  8)  8)
Thank you for your patience with an annoying newbie like me, Qedo.  :)  :)
#2
This time, it fail to compile :(

This is what it says

compiling:
C:\Users\wyzhe\AppData\Local\Temp\glbasic\gpc_temp0.cpp: In function 'int __GLBASIC__::__MainGameSub_()':
C:\Users\wyzhe\AppData\Local\Temp\glbasic\gpc_temp0.cpp:22:19: error: incomplete universal character name \U
 LOADSPRITE( CGStr("C:\Users\wyzhe\Desktop\SPRITE\icon.bmp"),0);
                   ^
*** FATAL ERROR - Please post this output in the forum
#3
I already did that , still not working. :'(
The one thing that surprises me, is that, it is an image generated by GLBasic itself in the program
#4
Hi guys

i purchased Glbasic recently on steam. Great language.
I'm just a beginner , and i'm in the middle of the tutorial.But i wonder why it won't display sprites? i just have a black screen
I made sure to write the simplest program possible, but it still fail, i wonder why?  :O

LOADSPRITE "icon.bmp",0
DRAWSPRITE 0, 100,400
SHOWSCREEN
KEYWAIT

cheers  :booze: