64-bit ODBC Extender

Started by chrislegarth, September 14, 2018, 10:40:41 AM

Previous topic - Next topic

chrislegarth

I'm running 2018b and have v44018 of the ODBC extender installed but cannot select the 64-bit version when I go to compile a script.  See the attached screenshot.
Am I missing something or doing something wrong?

Thanks!


td

Go to your WinBatch installation directory and find the file Wwodb.ext and open it with Notepad.  Use Notepad to change the two occurrences of the number "44" to "64".  Then select the "Save as" menu option (not "Save") and save the file as "Wwodb64.ext".   Make sure you Save as because you don't want to lose the "Wwodb.ext" file.

Or you can wait until we update the extender in the download area.
"No one who sees a peregrine falcon fly can ever forget the beauty and thrill of that flight."
  - Dr. Tom Cade

chrislegarth

I can wait until it is updated.  WinBatch Studio also throws error 1394 when I try to AddExtender("wwodb64i.dll").

Thanks in advance.

td

You have to select the 64-bit debugging or use the 64-bit run command.  The WBS default is to use the 32-bit debugger and 32-bit run command.  A 64-bit DLL cannot be loaded into a 32-bit process and vice-versa.

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

chrislegarth

Thanks for the info about 64-bit debugging with WinBatch Studio.  This is my first time going to recompile an old script for 64-bit.
The new extender download works perfectly.

Thanks for such excellent support as usual!