> So, I figured, "OK, there's a memory leak either ENTERING or EXITING my
> first form". I confirmed this by commenting out the initial FrmGotoForm,
and
> getting no error message when I exited. Since that form has no
frmCloseEvent
> handler, I figured it must be something in the frmOpenEvent handler.

When you leave your program, are you closing your forms?  I had a similar
issue of losing memory in an app I wrote, because I neglected to call
FrmCloseAllForms().  This releases memory allocated to hold the form
structures.

---- --- -- -
Matthew D Moss
[EMAIL PROTECTED]


Reply via email to