CreateSprite3D() ==> Linker Error

Linux specific forum
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

CreateSprite3D() ==> Linker Error

Post 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...
Image Image
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

The manual says that Sprite3D() is only for macos and windows, :?
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
WishMaster
Enthusiast
Enthusiast
Posts: 277
Joined: Fri Jun 17, 2005 7:13 pm
Location: Franconia
Contact:

Post 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)
Image Image
Post Reply