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.
...