animator vbx
08-Jul-94 11:54:32
Sb: #111679-animator vbx
Fm: Brian Rudolph [Adesk] 71722,170
To: Steve 76216,3341
Steve,
<< Also when I attempt to close a form with the animator still playing, I get
an error stating "unable to unload form at this time." Do you have any
solutions?>>
I can do this. I created a form, added an animation window, added a command
button with the only event as "Unload Me". If the animation is playing, I can
still unload the form. What could be different in your app?
<<I am using 2 instances of your animation player tool on one form in Visual
Basic. When I attempt to end my program, I get a general protection fault>>
There is a really good trouble shooting flow chart for GPF's on page 37 of the
Windows Resourse Kit. If you don't have this, and you are doing windows
programming, get it. It is invaluable.
It basically runs through stripping the system, testing in standard vs.
enhanced modes, swithching around the memory managers, etc. GPF is usally
either a memory conflict, a corrupted file, or due to a bug in a program.
-Brian