Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chilkat wrapper
Message
From
23/04/2021 01:46:44
 
 
To
23/04/2021 00:30:10
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Miscellaneous
Thread ID:
01679872
Message ID:
01679964
Views:
52
>>>>>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)
>
Check your mail.
Previous
Reply
Map
View

Click here to load this message in the networking platform