Installing the DBDK Visual C++ Add-In
The DBDK Visual C++ Add-In is a toolbar in Microsoft Visual C++ to aid in debugging DataBlade modules.
To install the add-in toolbar in Visual C++:
- In Visual C++, choose .
- Use the Browse button to select %INFORMIXDIR%\bin\dbdkaddin40.dll. %INFORMIXDIR% is the environment variable that represents the root directory of your server installation.
- Click Close.
- Open your project.dsw file.
The add-in toolbar contains seven buttons. To see the name of each command, position the cursor over the button.
The Debug DataBlade Module button is the main command on the add-in toolbar; it performs all the debugging tasks necessary to bring a DataBlade module to the first breakpoint.
For more information about the add-in, click the Launch InfoShelf button on the toolbar to view DBDK Visual C++ Add-In help.