Re: newbie - get memory error message when close .exe

From: Veign (NOSPAMinveign_at_veign.com)
Date: 02/16/05


Date: Wed, 16 Feb 2005 12:46:43 -0500

What you could do is post that code and we can see if anything stands out or
create a logging system in your application that will write out trace
messages so you could see, by examining the log, where the code failed...

-- 
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
"Newbee Adam" <NewbeeAdam@discussions.microsoft.com> wrote in message
news:71789042-67B3-4133-974C-5E8F8617F026@microsoft.com...
> this problem does not happen on my laptop running xp which I am developing
> the program on. I get no error message when I click the "X" at top right
of
> window to close on my laptop running XP, only with  win2000 machine. Since
it
> is already compiled I cannot debug but it only happens after the
> commandbutton click event has occured. The statements in this event
traverse
> a recordset and use a sql statement to populate the flexgrid.
> I do not know if this info is any help.
>
> thanks!
>
> "Veign" wrote:
>
> > Can you narrow it down to a specific line of code - trace the flow of
the
> > application and try to determine what code is being executed when the
error
> > occurs..
> >
> > -- 
> > Chris Hanscom - Microsoft MVP (VB)
> > Veign's Resource Center
> > http://www.veign.com/vrc_main.asp
> > --
> >
> > "Newbee Adam" <NewbeeAdam@discussions.microsoft.com> wrote in message
> > news:2BBAB39B-87A8-4CDE-B945-DC4B05E8FE7F@microsoft.com...
> > > during the operation
> > >
> > > "Veign" wrote:
> > >
> > > > Does the error occur when you create the EXE (compile it) or during
the
> > > > operation of the EXE?...
> > > >
> > > > When does the error occur - when you close the application?
> > > >
> > > > -- 
> > > > Chris Hanscom - Microsoft MVP (VB)
> > > > Veign's Resource Center
> > > > http://www.veign.com/vrc_main.asp
> > > > --
> > > >
> > > > "Newbee Adam" <NewbeeAdam@discussions.microsoft.com> wrote in
message
> > > > news:343F8B09-FF43-4D2C-97E5-A2310FAB18A8@microsoft.com...
> > > > > when I make my project  an .exe. I get an error message
> > > > > about memeory.
> > > > > the instruction at "yadayadayada" referenced memory at
"yadayadayada"
> > > > could
> > > > > not be "read"
> > > > > I image it is becuase the form is connected to access dtatabase
> > > > > using ado. But I have in form unload
> > > > >
> > > > > conn.close
> > > > >
> > > > > -- 
> > > > > Adam S
> > > >
> > > >
> > > >
> >
> >
> >