Re: win32lib help: Error code 436: getrect:getObject for bitmap failed.
- Posted by dasium Sep 10, 2008
- 1221 views
Okay, I think I fixed the problem. I didn't realize that Euphoria doesn't destroy an object when it's no longer referenced, or at least a Pixmap object, I don't know about others. After reading something about Pixmaps and DIBs being an exception in some way to the way objects are handled, I decided to try this:
destroy(tpc_handle)
It seems to have solved my problem! :)