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
 Constructor Parameter Info Not Shown
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

kempus
Junior Member

12 Posts

Posted - Mar 08 2004 :  07:07:11 AM  Show Profile
Using the following code, no parameter information is shown for the CError constructor, I expected the following to be displayed in a tooltip when doing Ctrl + Shift + Space

(in header file)
CError(Result eType, const CString& strError, const CString& strData, const CString& strReason, const CString& strFile, const long lLine, const CString& strHeader);


| is where I do Ctrl + Shift + Space

Code that does provide param info
CError lastError(|HL7_SOURCE_ERROR,
			_T("Company Id Invalid"),
			_T(""),
			pl.GetLastError(),
			__FILE__,
			__LINE__,
			_T(""));



Code where I want constructor param info
m_LastError = CError(|HL7_SOURCE_ERROR,
			_T("Company Id Invalid"),
			_T(""),
			pl.GetLastError(),
			__FILE__,
			__LINE__,
			_T(""));


VA_X.dll file version 10.0.1219.0
Licensed to:
VA 6.0:
VAOpsWin.dll version 1.0.0.40
MSDev.exe version 6.0.8168.2
Devshl.dll version 6.0.8798.0
Devedit.pkg version 6.0.8447.0
Font: Lucida Console 12(Pixels)
Comctl32.dll version 5.82.2800.1106
WindowsNT 5.1 Build 2600 Service Pack 1
Single processor

Edited by - kempus on Mar 08 2004 09:44:30 AM

support
Whole Tomato Software

5566 Posts

Posted - Mar 08 2004 :  7:45:44 PM  Show Profile
Taking a stab in the dark, try changing the setting of "Use Default Intellisense" on the "Text Editor|C/C++" node of our options dialog.

We will take a closer look but assuming the problem is in our parser, we will not work on a fix until VA X is in general release. We are saving parser changes for beta versions after that milestone.

Whole Tomato Software, Inc.
Go to Top of Page

kempus
Junior Member

12 Posts

Posted - Mar 09 2004 :  08:42:14 AM  Show Profile
Just a quick note to say it doesn't work regardless of the "Use Default Intellisense" setting.
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