I have VAX build 1298. The following code is compiled with Visual Studio 6.0. The first two #defines make a couple of strings, then the structures at the end simply put those strings into some structs. We're using C only for our code, no C++. If I create a ContentRec struct (which now has 4 char * members in it), like so:
ContentRec stContentRec;
then start typing the structure name and put a dot, (like stContentRec. ) VAX doesn't understand what's inside the structure and doesn't show anything.
confirmed. i started testing this under .NET 2003 with VAX 1299 for ease. in .NET 2003 you get the correct suggestions when pressing CTRL-SPACE after the dot, but not when you press the dot, which seems odd.
case=542
this is relevant since it shows VAX is capable of parsing this code correctly.
however i cannot get 1299 to produce a completion listbox in VC6 at all.