LoadLicenseKeyData dosn't work correctly

Hi,

we are using the sfFTPLib.dll in version 1.5.3.3 and testing our software
under Win98SE, WinMe, Win2KSP2, Win2KSP4, WinXPSP2 and Win2003 ...

So we have a problem under Win98 and WinME ... the following code
returns FALSE ?!?!

    strKey = " .... "



    Set objGlobal = CreateObject("sfFTPLib.Global")



    If objGlobal.LoadLicenseKeyData(strKey) = True Then



        Debug.Print "+ INFO ... SmartFTP Registrierung ... OK"



      Else



        Debug.Print "+ ERROR ... SmartFTP nicht registriert"



    End If

Under Win2K, WinXP and Win2003 returns the same program with the
same code TRUE?!

And now .. what can we do?

CU Ulf

Hallo Ulf ...

Did you install Internet Explorer 5.x or higher on the Windows 9x system? Its a requriement for the FTP library because of the MS crypto functions.

Regards,
-Mat

Hi,

yes we do ...

WinME = IE 6.0.2800.1106 / Encryption 128Bit
Win98 = IE 5.00.2614.3500 / Encryption 40Bit


CU Ulf

Hi ... its me again :-)

we do some test with the Win98-System .. installing all availible updates
for the system and updating to IE6 (same version like on Me).

But the functions does return FALSE again!

CU Ulf

Are you using Windows 98 or Windows 98 SE?

I tested it on a Windows 98 SE with the latest updates and it works.

Do you use any instant messenger where I can contact you?

Regards,
-Mat

Hi Mat,

You can contact me by ICQ ... removed
it is Win98 SE ..

Image

CU Ulf

Fixed in the latest build.

Thanks for your prompt responses :-)

-Mat
SmartFTP

Hi,

works also fine under blank Win98 with IE 5.0 and
without any windowsupdate.

CU Ulf