> The following simple piece of code breaks at 'End' reporting error "The
> instruction at '...' referenced memory at '...'. The memory could not be
[quoted text clipped - 30 lines]
>
> Regards,Blaz
What happens if you remove the 'End' statement? Does it still throw the error? Did you put the 'End' statement there for debugging
purposes? I ask because there is never a need for the End statement and it can cause problems.
--
Al Reid
Blaz Ziherl - 25 Jul 2006 14:54 GMT
I just put 'End' for debugging purposes, because otherwise I have to close
the application myself - the result is the same though. This error occurs
when application terminates - one way or another.
btw: I have the latest service packs installed, and the latest Oracle
drivers...but the problem still persists.
Did anyone already experience anything like that before? I have reproduced
this problem on all computers I tried - even clean Windows XP SP2
installation with VB6 run-time dlls, my exe and Oracle drivers only.
> > The following simple piece of code breaks at 'End' reporting error "The
> > instruction at '...' referenced memory at '...'. The memory could not be
[quoted text clipped - 36 lines]
> --
> Al Reid