Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Fails to replace . with ->
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Old as dirt
Tomato Guru

USA
246 Posts

Posted - May 18 2004 :  4:01:04 PM  Show Profile
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++

Ken

Edited by - Old as dirt on May 19 2004 09:58:55 AM

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - May 19 2004 :  05:20:21 AM  Show Profile
Because you used backslashes not slashes, I think.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

Stephen
Tomato Guru

United Kingdom
781 Posts

Posted - May 19 2004 :  05:23:25 AM  Show Profile
This is a dupe of 1761. Although I agree it could do with a status update.

Stephen Turner
ClickTracks http://www.clicktracks.com/
Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
Go to Top of Page

Old as dirt
Tomato Guru

USA
246 Posts

Posted - May 19 2004 :  09:58:10 AM  Show Profile
Sorry about my bad memory. (real sorry actually)

Ken
Go to Top of Page

Old as dirt
Tomato Guru

USA
246 Posts

Posted - May 19 2004 :  10:05:23 AM  Show Profile
Moderator, can you delete this thread for me please?

Ken
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000