Qbasicnews.com
hehe im dumb... - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: Qbasic "like" compilers/interpreters (http://qbasicnews.com/newforum/forum-5.html)
+--- Forum: FB Discussion & Programming Help (http://qbasicnews.com/newforum/forum-15.html)
+--- Thread: hehe im dumb... (/thread-6188.html)



hehe im dumb... - Anonymous - 02-22-2005

couple questions

when i try a simple program with one line:

Code:
SCREEN 13

doesnt compile and says somthing about STL stuff like a million times which brings me to my next question

what is STL :o is it something i have to download..?

halp me i r n00b =(


hehe im dumb... - Z!re - 02-22-2005

Make sure you have FB 0.11


Try compiling from the commandline:
>fbc thebasfile.bas

Works fine for me


hehe im dumb... - Anonymous - 02-22-2005

i get an endless stream of these, even tried from command prompt

Quote:lib/libfbgfx.a(QB_gfx_text.o)(.text+0x1b91):QB_gfx_text.c: undefined reference t
o `SDL_CreateRGBSurfaceFrom'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x1c2d):QB_gfx_text.c: undefined reference t
o `SDL_SetColors'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x1cf6):QB_gfx_text.c: undefined reference t
o `SDL_UpperBlit'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x1fe4):QB_gfx_text.c: undefined reference t
o `SDL_FreeSurface'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x2036):QB_gfx_text.c: undefined reference t
o `SDL_SetClipRect'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x2078):QB_gfx_text.c: undefined reference t
o `SDL_SetColorKey'
lib/libfbgfx.a(QB_gfx_text.o)(.text+0x20e0):QB_gfx_text.c: undefined reference t
o `SDL_SetClipRect'
lib/libfbgfx.a(QB_gfx_pal.o)(.text+0x41d):QB_gfx_pal.c: undefined reference to `
SDL_SetPalette'
lib/libfbgfx.a(QB_gfx_pal.o)(.text+0x550):QB_gfx_pal.c: undefined reference to `
SDL_SetPalette'
lib/libfbgfx.a(QB_gfx_pal.o)(.text+0x6bd):QB_gfx_pal.c: undefined reference to `
SDL_SetPalette'



hehe im dumb... - ShadowWolf - 02-22-2005

ya your on a older version SDL been cut out of the new gfx's lib.
go to
www.freebasic.net and dl the newest version


hehe im dumb... - Anonymous - 02-22-2005

thanks ;D

got it p2p