WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: dblaze1 on January 20, 2016, 02:21:32 PM

Title: Adding Zip Extender Compile Issue
Post by: dblaze1 on January 20, 2016, 02:21:32 PM
I running Winbatch/Compiler 2015B.

When I add the extender to my code (Insert WIL Function/Other Command/Extenders/Zipper Extender/Add 32-bit Zipper Extender, it inserts the code:

AddExtender("wwzip44i.dll")

But when I go to compile the script, I can only select 'wwzip34i.dll'.  I've run vcheck.wbt and everything is up to date.

I do see two zipper extender entries under 'Extenders Available':

Zipper Extender v10010 already installed
Zipper Extender v44012 already installed

Do I have uninstall the v10010 version?  If so, how?

Thanks,
Doug
Title: Re: Adding Zip Extender Compile Issue
Post by: td on January 21, 2016, 06:48:38 AM
Go to the vcheck created 'unzipped' directory and reinstall the v44012 version.
Title: Re: Adding Zip Extender Compile Issue
Post by: dblaze1 on January 21, 2016, 07:58:53 AM
Thanks - that fixed it.