J
jc
Hello,
CPtrArray *pArrTable;
CPtrArray m_pArrTable
pArrTable = &m_pArrTable;
I'm getting a compiler error from the following line of code:
(*(PTABLE_INFO_STRUCT)pArrTable).strResult = _T("3");
Any suggestion on how to fix the code?
TIA;
-jc
CPtrArray *pArrTable;
CPtrArray m_pArrTable
pArrTable = &m_pArrTable;
I'm getting a compiler error from the following line of code:
(*(PTABLE_INFO_STRUCT)pArrTable).strResult = _T("3");
Any suggestion on how to fix the code?
TIA;
-jc