Invalid Extender

Started by LAKosin, August 06, 2014, 07:52:10 AM

Previous topic - Next topic

LAKosin

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.

td

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?
 

"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade

LAKosin

Okay, after a bit more investigation, I was picking up an incomplete, test version of my program.
Sorry for the false alarm.