Skip to main content

Problem:

Working with Net Express 5.0 WrapPack 2, having linked an OpenESQL application to executable in 64-bit mode on x86-64 platforms, executing the application returns an RTS114 error.

This does not occur in 32-bit mode on x86-64, under 32-bit environments, nor on 64-bit Itanium platforms. This does not occur when working with the GA release of Net Express 5.0 either.

Resolution:

This issue is resolved in the latest WebSync for Net Express.

To workaround this issue with WrapPack 2 installed, there is a must explicitly to link the application with ODBCRW64.LIB. To specify this module if linking from a Net Express command prompt, using cbllink.

If building your application from within the Net Express IDE,  specifying this module by :

From the Project menu item, select Build Settings.

Click on the name of your executable, for example myapp.exe.

Click the Link tab.

From the Category pulldown, select Advanced.

Enter odbcrw64.lib into the text field entitled "Link with these LIBs".

Old KB# 1234