LicenseKey property not available (General questions)
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