w1=bla() WaitKey() End Function bla() window=CreateWindow("blah",32,32,512,256) image=CreateImage(64,64) SetBuffer ImageBuffer(image) GetColor 0,0 End Function
I get -in debugmode- 'Attempt to release <unknown> object'. After that, when I run it again -or ANY blitz app for that matter- I get the usual 'This program has performed an illegal operation and will be shut down' message. Only a reboot gives me a clean situation again. Getcolor seems to be mr. bad guy here ..
why, and how else do I read out a color of that imagebuffer ? :)
And again I vote for a cold kickstart function for Blitz. And yes, developing with 98se might not be the best way, but I've no alternatives right now, besides, I think blitz+ should work perfectly with 98se, period.