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
 VAX 1223: parameter completion in constructor
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Uniwares
Tomato Guru

Portugal
2321 Posts

Posted - Apr 02 2004 :  5:32:11 PM  Show Profile
VC6 - Given the following code:
class CSIPResolver
{
public:
	CSIPResolver(SIP_CODE sip, LPBYTE pData, DWORD dwDataLen) : m_sip(sip), m_pData(|)

private:
	SIP_CODE	m_sip;
	LPBYTE		m_pData;
	DWORD		m_dwLen;
};
At the location of the caret (red bar here) VAX pops up a suggestion to insert SIP_CODE sip, LPBYTE pData, DWORD dwDataLen, the parameters of the function (constructor), which is not appropriate here.
  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