Re: Lots of users now having this problem (General questions)
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:
- User gets missing key message - ltoews, 2009-01-03, 09:07
- Re: User gets - woddrazen, 2009-01-03, 10:15
- Re: User gets - ltoews, 2009-01-04, 10:19
- Re: User gets - wodDamir, 2009-01-04, 13:14
- Re: User gets - ltoews, 2009-01-05, 05:49
- Re: User gets - wodDamir, 2009-01-05, 09:29
- Re: User gets - ltoews, 2009-01-08, 08:10
- Re: User gets - woddrazen, 2009-01-08, 09:19
- Lots of users now having this problem - ltoews, 2009-03-28, 07:12
- Re: Lots of users now having this problem - woddrazen, 2009-03-28, 08:29
- Re: Lots of users now having this problem - ltoews, 2009-03-28, 09:30
- Re: Lots of users now having this problem - woddrazen, 2009-03-28, 20:19
- Re: Lots of users now having this problem - Al Moser, 2010-12-11, 02:20
- Re: Lots of users now having this problem - woddrazen, 2009-03-28, 20:19
- Re: Lots of users now having this problem - ltoews, 2009-03-28, 09:30
- Re: Lots of users now having this problem - woddrazen, 2009-03-28, 08:29
- Lots of users now having this problem - ltoews, 2009-03-28, 07:12
- Re: User gets - woddrazen, 2009-01-08, 09:19
- Re: User gets - ltoews, 2009-01-08, 08:10
- Re: User gets - wodDamir, 2009-01-05, 09:29
- Re: User gets - ltoews, 2009-01-05, 05:49
- Re: User gets - wodDamir, 2009-01-04, 13:14
- Re: User gets - ltoews, 2009-01-04, 10:19
- Re: User gets - woddrazen, 2009-01-03, 10:15