WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: LAKosin on August 06, 2014, 07:52:10 AM

Title: Invalid Extender
Post by: LAKosin on August 06, 2014, 07:52:10 AM
I have a Winbatch that I run a couple of times per year.
I re-compiled it after making a few changes and I get this error when I try to run it:

AddExtender(WWPST44I.Dll)
(9142) VALUE INT => 0
TERMINAL WIL ERROR=>1437 (AddExtender: Extender DLL load failed)

The script reports it as an "invalid extender".

I downloaded a fresh copy with the same result.
Other extenders loaded just fine.
I've tried this with both 32 and 64 bit compilers with the same result.

I'm confused.
Title: Re: Invalid Extender
Post by: td on August 06, 2014, 09:14:24 AM
The Postie extender can only be uses with 32-bit WinBatch and the latest Postie extender zip file on our site contains a valid version of the 32-bit extender dll.  However, the error message suggest that the file you are attempting to load is not a valid executable image ( assuming you have not omitted any error text.)

So did you run the extender's setup script instead of just copying files?  Are you including the extender file in you compile exe?  Have you located all instances of files with the extender file name on the machine running the script?
 

Title: Re: Invalid Extender
Post by: LAKosin on August 06, 2014, 10:06:35 AM
Okay, after a bit more investigation, I was picking up an incomplete, test version of my program.
Sorry for the false alarm.