// --------------------------------- //
// Project: EDHTTT
// Start: Monday, January 21, 2008
// IDE Version: 5.129
// DEMO-VERSION:
// Missing features:
// No time limit during gameplay
// No watermark in executables
PRINT "hello world!", 100, 100
SHOWSCREEN
MOUSEWAIT
END
gives me this for output...when I click the sand bucket
_______________________________________
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2007.363 - 2D, WIN32
Wordcount:4 commands
compiling:
linking:
/mingw/lib/crt2.o:crt1.c:(.text+0x167): undefined reference to `__cpu_features_init'
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Time: 2.9 sec
Build: 0 succeeded
*** 1 FAILED ***
I have GLBasic IDE, Version: 5.149 and was following section 1.2 of the help file.
What's up?