uksbi
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 ?!?!
Under Win2K, WinXP and Win2003 returns the same program with the
same code TRUE?!
And now .. what can we do?
CU Ulf
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