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
 1239/.NET2K3: 'Using' keyword not respected
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Jun 14 2004 :  07:39:35 AM  Show Profile
Suddenly, and I know for a fact this used to work, the "using" keyword is not being respected by VAX.

I have a class MyDynaset which is derived from privately from ODynaset. To access the ODynaset method GetRecordCount(), I say, in my MyDynaset.h file:

	public:
		using ODynaset::GetRecordCount;
Now, in some CPP file somewhere, I have:

	MyDynaset ds;
	ds.
... and when I hit "Ctrl-Alt-T", all I get are the methods in MyDynaset - I don't, suddenly, get any of the methods that are "publicized" from ODynaset, like GetRecordCount().

This is a major annoyance...
  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