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