Guides you through the process of configuring your machine to build the ODBC XA switch module used in these tutorials, and
then building the module.
- Add the path to the
odbc32.lib file to your LIB environment variable. Choose one of the
odbc32.lib files located in a subdirectory under your
%ProgramFiles(x86)%\Windows Kits\version\Lib directory, where
version is your Windows version number. For example:
%ProgramFiles(x86)%\Microsoft SDKs\Windows Kits\10\Lib\10.0.19041.0\um\x86\odbc32.lib
.
- Start an
Enterprise Developer command prompt as an administrator. If you need instructions, see
To start an
Enterprise Developer command prompt as an administrator.
- Change to the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\src\enterpriseserver\xa directory.
- Enter
build odbc.
- When the build finishes, copy the resulting
esodbcxa.dll file to the
%ProgramFiles(x86)%\Micro Focus\Enterprise Developer\bin directory.