Page 1 of 1

CreateSprite3D() ==> Linker Error

Posted: Wed Jan 17, 2007 2:48 pm
by WishMaster
If I use CreateSprite3D() with the opengl subsystem PB gives me this linker error:
Error: Linker
n function `PB_DEBUGGER_ChangeString':
(.text+0xf766): undefined reference to `PB_CreateSprite2'
pusebasic.o: In function `PB_DEBUGGER_ChangeString':
(.text+0x109de): undefined reference to `PB_CreateSprite'
collect2: Id returned 1 exit status

Code: Select all

InitSprite()
InitSprite3D()
OpenScreen...()
works fine...

Posted: Fri Jan 19, 2007 11:01 am
by Psychophanta
The manual says that Sprite3D() is only for macos and windows, :?

Posted: Fri Jan 19, 2007 1:56 pm
by WishMaster
This is only because the manual hasn't been updated yet.
Fred wrote: - Added Printer, Help, Systray, Movie and Sprite3D lib (only for the opengl subsystem)