WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: td on February 24, 2021, 10:17:42 AM

Title: *************** WinBatch+Comiler 2021B release ***************
Post by: td on February 24, 2021, 10:17:42 AM


WinBatch, WebBatch, and WinBatch+Compiler 2021B are now available for download.

Customers with a current license may download the latest version of the software from the download page.

https://www.winbatch.com/download.html - use the "Click here to download WinBatch+Compiler" link.

If you do not have a current license and are interested in this and future releases, please visit our software purchase page. You can easily order online.

https://commerce.winbatch.com

The changes for this release are significant but not obviously so.  The primary goal of the release is to get the DLL's extender interface changes in wide distribution now so extenders that take advantage of WIL maps are accessible to more WinBatch users in the future.

Release notes:


WB 2021B Feb 24, 2021   

DLL 6.21bub First appearing in WB 2021B

   Modified the MapKeyFind function to return the value of the function's third parameter instead
   of generating an error when the found key has an undefined value associated with it.

   Addressed issue that sometimes caused extender functions to receive string parameters with both
   the both the ANSI and Unicode "inittype" types set.

   Added feature level 1011 to the extender interface. The feature level 1011 exposes WIL maps
   functionality to WIL extenders. See the new WIL SDK for more information.

Title: Re: *************** WinBatch+Comiler 2021B release ***************
Post by: JTaylor on February 24, 2021, 10:31:29 AM
YaHoo!   Thanks.

Just when I was trying to decide what to do next...Extender Maps here I come.


Jim
Title: Re: *************** WinBatch+Comiler 2021B release ***************
Post by: JTaylor on February 25, 2021, 03:28:00 PM
Yippeeeee!!! It works creating an array and replacing values .   On 2021B I get a Map and on pre-2021B I get a Map-compatible string.

Thanks again for adding this to the Extender.

I, obviously, removed my questions/comments as this thread isn't going to help anyone.   Guessing you will want to do the same.

Jim
Title: Re: *************** WinBatch+Comiler 2021B release ***************
Post by: td on February 26, 2021, 12:26:12 PM
Cool. I knew you would get there.
Title: Re: *************** WinBatch+Comiler 2021B release ***************
Post by: JTaylor on February 27, 2021, 04:51:41 PM
After stepping away for a day I had a stray thought about the other related stuff and figured out what was needed to make it work without creating an array first, which is nice not having all the extra code.   

Thanks again.   

Jim