Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
hehe im dumb...
#1
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 =(
Reply
#2
Make sure you have FB 0.11


Try compiling from the commandline:
>fbc thebasfile.bas

Works fine for me
Reply
#3
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'
Reply
#4
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
Reply
#5
thanks ;D

got it p2p
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)