My todays gift : puzzled diaporama

Share your advanced PureBasic knowledge/code with the community.
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

it crashes with this : Error at line xxx : The specified output is NULL (0 value).
Grabsprite was succesfull the last id-nr was 158938024 and generated exactly 9958 unique numbers with #PB_ANY.
I created a log file but it doesn´t fit in this forum :(
Anyway i think #PB_ANY is not build for this and when you remove it you get faster sprites :wink:
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> Why is LCASE better than UCASE ?

So you don't have to hit the CAPSLOCK key when typing in the data for
the UCASE command. ;) I'm being serious, too.
fweil
Enthusiast
Enthusiast
Posts: 725
Joined: Thu Apr 22, 2004 5:56 pm
Location: France
Contact:

Post by fweil »

OK ABBKlaus,

I change this in my folders ... you mean you used my prog generating 9958 displays ?

Arf .. I might have put something to get a coin for each :lol:
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

It depends on the hardware that you are using and the screenmode of your desktop.
I tested under WinXP Pro with ATI Radeon 9800 Pro
Screenmode 800x600x32 : crashed after 9958 ID´s (ImageNumber=22)
Screenmode 1024x768x32 : crashed after 9958 ID´s (ImageNumber=12)
Screenmode 1600x1200x32 : crashed after 9958 ID´s (ImageNumber=5)
and also under Win2000 with NVidia Riva TNT (16MB)
Screenmode 1024x768x32 : crashed after ~6000 ID´s (i don´t remember the exact value :oops: )

and for now i am really puzzled :roll:
fweil
Enthusiast
Enthusiast
Posts: 725
Joined: Thu Apr 22, 2004 5:56 pm
Location: France
Contact:

Post by fweil »

You puzzle me to ! :P
My avatar is a small copy of the 4x1.8m image I created and exposed at 'Le salon international du meuble à Paris' january 2004 in Matt Sindall's 'Shades' designers exhibition. The original laminated print was designed using a 150 dpi printout.
Post Reply