dkar
07-12-2010, 12:14 AM
I was working with old stingray library, and in which there is a template class
template class SECTreeCore<SECListCtrl>;
i have used this in my application as:
SECTreeCore<SECListCtrl>::m_pImageList;
however i am getting error with the same code using latest library.
This is because there is no such template class in latest library.
I want to know if i can change something to have the same effect as
SECTreeCore<SECListCtrl>::m_pImageList;
Any reply will will be valuable.
Thanks.
template class SECTreeCore<SECListCtrl>;
i have used this in my application as:
SECTreeCore<SECListCtrl>::m_pImageList;
however i am getting error with the same code using latest library.
This is because there is no such template class in latest library.
I want to know if i can change something to have the same effect as
SECTreeCore<SECListCtrl>::m_pImageList;
Any reply will will be valuable.
Thanks.