CompuServe Messages

vbplay handles

    28-Oct-92 16:23:41
Sb: #25549-vbplay handles
Fm: PhilD [ADESK] 71650,2154
To: Mechadeus 71052,1575
Though you don't think you are using handles, handles are passed all over the place. They are given a different appearance in VB. When you load up or open an animation a handle to that animation is generated. All further references to that animation are via that handle. If that value gets destroyed, or if you call a function out of the DLL while using a different or invalid handle, this will generate this message. I can't be more specific without seeing the actual code you are using.