|
-
Sep 3rd, 2024, 08:32 PM
#1
Thread Starter
Fanatic Member
Seeking Advice on Implementing a 64-bit Zip Function via TB Moniker
Hello everyone,
I am still using VB6 for my apps.
I've been using ActiveX EXEs to run separate tasks in my projects, but they were too tricky to maintain. Recently, someone recommended using a TB moniker for handling 64-bit tasks in VB6, and it's been a game changer!
I'm now using TB Monikers for several tasks that shouldn't run inside my app's process. One issue I've encountered is with ChilkatZip—it doesn't work well because it starts its own tasks.
I want to make my own zip function inside a 64-bit TB moniker. I found a Zip class by wqweto, but it only works with 32-bit.
I'd like to stick to 64-bit and not use a 32-bit moniker if I can help it. Does anyone have suggestions or code examples for making a 64-bit zip function in TwinBasic moniker? Any advice would be greatly appreciated!
I do not want to use any closed source libraries anymore so fixing the Chilkat issue is not a solution.
Thank you very much in advance for your help!
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|