Re: Lots of users now having this problem - WeOnlyDo Discussion board

Re: Lots of users now having this problem (General questions)

by Al Moser, Saturday, December 11, 2010, 02:20 (4879 days ago) @ woddrazen

I am also having the problem. I started with your Sample | VC |ATL|ConsoleApp

_bstr_t key( xxxx-xxxx-xxxx-xxxx );
pFtpCom->PutLicenseKey(key);
printf( license key= s
, (LPCTSTR) pFtpCom->GetLicenseKey());
try {
pFtpCom->Connect ();
} catch (...) {

On computers like my development one, I get an echo of the license key, and it runs fine (Windows 7, Windows XP SP3, ...). On other computers (Windows XP SP3 with McAfee) I get:
license key=(NULL)
and then the offer to buy a license pops up. A previously compiled version of this same routine works properly on the machines where the newly compiled version fails.

So, I downgraded the WodFTPDlx.dll and WodFTPDlx.ocx files back to the 2.7.3 (from 3.0.7) in my c:windowssystem32 folder (on the development computer), recompiled the routine, and now it works on the machine where it was previously failing.

Then, I upgraded again. Found that an older version of WodFtpDlx.dll was being distributed with the newly compile executable. Once I put the right version of WodFtpDlx.dll in the distribution, the problem went away.


Complete thread: