LicenseKey property not available - WeOnlyDo Discussion board

LicenseKey property not available (General questions)

by JasonH, Friday, May 27, 2005, 16:39 (7119 days ago)

I installed with the license key but I have no LicenseKey property when I build the app.

Using C++:
IwodFtpDLXComPtr m_Ftp = NULL;
hr = m_Ftp.CreateInstance(CLSID_wodFtpDLXCom, NULL);
if (FAILED(hr))
throw CreateInstance failed ;
m_Ftp->LicenseKey = XXXXX ;

error C2039: 'LicenseKey' : is not a member of 'IwodFtpDLXCom'

It mentions it in the help file so what gives?

Thanks


Complete thread: