Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Chilkat wrapper
Message
 
 
À
22/04/2021 13:44:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
01679872
Message ID:
01679961
Vues:
73
>>>>Has anyone got some wrapper code for Chilkat?
>>>>Can be incomplete - I'm just looking for something to get started.
>>>>I am having a play with the Chilkat activex.
>>>>
>>>>Thanks
>>>>Cyril
>>>
>>>In fact I do. I'll message you. it's 3 prgs that automate the whole process of instantiating the control you want, with the Chilkat key used through #include so it only ends up in your FXP where you instantiate it.
>>>
>>>I'll message you.
>>>
>>>Hank
>>
>>I was just looking at the chilkat libraries, because I need a solution for unzip function. I used VFPCompression.fll, but at one client we cannot make this work, so I am looking at alternatives. My question: Do we need to register the Chilkat ActiveX controls with regsvr32 or is it also working if they are in the path?
>
>Christian,
>
>I read this article a few days ago, looks good. I have the files, I can email them if you want to try.
>
>https://www.yumpu.com/en/document/view/18772445/dfpugfll-version-3-zip-scan-and-more-dfpug-portal

Hi Tore,

That would be great. I found a way to do that with Shell.Application, but that works only for not password protected zip files, therefore it did not solve my problem.
loObjApp = CreateObject("Shell.Application")
loObjArchive = loObjApp.NameSpace(FULLPATH("Custommodules.zip")).Items()
loObjDest = loObjApp.NameSpace("C:\Files\Custommoduleszip")
loObjDest.CopyHere(loObjArchive, 4)
Christian Isberner
Software Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform