I created my own class to handle basic asset information. It is a bunch of strings. I first attach the data to a selection:
AnAsset temp;
temp.updateinfo(m_filename, m_desc, m_netver, m_localver, m_lastper, m_history);
AnAsset *ptemp = &temp;
m_list.SetItemDataPtr(m_list.GetCurSel(), ptemp)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.