I'm writing an ActiveX control (non-attributed ATL project in VS7). I've
noticed a problem when testing this ActiveX control in Visual FoxPro 8 and
9.

If I type "ThisForm.oleCtrl.", the trailing "." which triggers the
intellisense code completion, causes vfp to shut down with a Buffer Overrun
error message shown below.

Anyone encountered this problem?
Thanks,
Greg

...
Microsoft Visual C++ Runtime Library

Buffer overrun detected!

Program: ...ogram Files\Microsoft Visual FoxPro 8\vfp8.exe

A buffer overrun has been detected which has corrupted the programs'
internal state. The program cannot safely continue execution and must
now be terminated.
...

Re: VFP8 Intellisense issue by Ook

Ook
Wed Aug 17 16:07:26 CDT 2005

I would suspect that VFP crashes when evaluating the properties and methods
that are available in your control, as I don't get this using other controls
and this list is control specific. I would not know where to begin to look
for a fix, however, but it's your control and it may be something you are
doing...or some issue with non-attributed ATL projects in general...

"Greg" <someone@somewhere.com> wrote in message
news:eImxlu2oFHA.3256@TK2MSFTNGP12.phx.gbl...
> I'm writing an ActiveX control (non-attributed ATL project in VS7). I've
> noticed a problem when testing this ActiveX control in Visual FoxPro 8 and
> 9.
>
> If I type "ThisForm.oleCtrl.", the trailing "." which triggers the
> intellisense code completion, causes vfp to shut down with a Buffer
> Overrun error message shown below.
>
> Anyone encountered this problem?
> Thanks,
> Greg
>
> ...
> Microsoft Visual C++ Runtime Library
>
> Buffer overrun detected!
>
> Program: ...ogram Files\Microsoft Visual FoxPro 8\vfp8.exe
>
> A buffer overrun has been detected which has corrupted the programs'
> internal state. The program cannot safely continue execution and must
> now be terminated.
> ...
>
>
>
>