Unidentified eroor messages

Archives Forums/BlitzPlus Bug Reports/Unidentified eroor messages

Stamm(Posted 2010) [#1]
Some programs i write generate a windows error - which as you all know never tells anybody clearly WHAT kind of error occured - and i dont really know whats the source of those, though im suspecting the canvas command set not to work as this happen only in code containing createcanvas, never before the command is used, nothing happens thats supposed to happen after createcanvas and happen EVERY time i use createcanvas.

running OS: XP sp3, release 2003, amd athlon 3200+ (2 GHz), 1GB RAM, nVidia GeForce xxxx 3D

example:
[codebox]
win=createwindow(title$,x,y,width,height)
here it hangs up:
cnvs=createcanvas(0,0,width,height,win)
[codebox]
the rest doesnt matter because the things before work and nothing happens after it