1
Announcements / Re: New funny Android Game :)
« on: 2017-Jan-17 »
really nice idea!
BTW: I'm german and the game description in android store is gibberish

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.
/mingw/lib/crt2.o:(.text+0x1a5): undefined reference to `___dyn_tls_init_callback'
/mingw/lib/crt2.o:(.text+0x1e3): undefined reference to `__setargv'
Some error occured durring compiling... code: 1
GLOBAL data$=NETWEBGET$("http://webrates.truefx.com","/rates/connect.html?f=html&c=AUD/USD",80,512,5000)
SETSCREEN 1920,1080,TRUE
SETSCREEN 800,400,TRUE
GLOBAL files$[]
DIM files$[4]
files$[0] = "test.bmp"
files$[1] = "test1.bmp"
files$[2] = "test2.bmp"
files$[3] = "test3.bmp"
files$[4] = "test4.bmp"
GLOBAL i
FOR i= 0 TO 4
CLEARSCREEN (RGB(0,0,0))
PRINT "Datei :"+i+" wird geladen",100,100
SHOWSCREEN
LOADSPRITE files$[i],i
NEXT