Sometimes . is not replaced with ->
This is a specific example
If I enter
panel[0].gridPtr[0].
the last . should be ->
I have this to declare panel
Panel
panel[4];
and this is the beginning of the Panel class
class Panel {
public:
Panel();
~Panel();
CArray<Grid*, Grid*>
gridPtr;
Hopefully that is enough information to work with. This happens pretty often but it still gives me the member list to select from so that is good. I don't think I even got the list before installing VAX. I'm using VS6 C++