WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: morenos1 on November 15, 2016, 08:10:09 AM

Title: ControlManager extender (wwctl64i.dll).
Post by: morenos1 on November 15, 2016, 08:10:09 AM
When I try to reference wwctl64i.dll, I get "Invalid extender" ....
Title: Re: ControlManager extender (wwctl64i.dll).
Post by: td on November 15, 2016, 08:33:22 AM
You can only us a 64-bit extender with 64-bit WinBatch.  The bitness of the extender must match the bitness of the executable.  That is why the 64-bit versions of WinBatch extenders were created in the first place.
Title: Re: ControlManager extender (wwctl64i.dll).
Post by: morenos1 on November 15, 2016, 09:00:04 AM
Ok I get it. I am used to just double click my WBT files.
Title: Re: ControlManager extender (wwctl64i.dll).
Post by: td on November 15, 2016, 10:17:56 AM
Change the script file name's extension to '.wbt64'.