Setting Informix Directories in Microsoft Visual C++

To set the Informix include and library file directories in Microsoft Developer Studio Visual C++

    1. Choose Tools Options.

    2. Click the Directories tab in the Options dialog box.

    3. Select Include files from the Show directories for scroll list.

    4. If the %INFORMIXDIR%\incl\public directory is not on the list, add it:

    5. Click the %INFORMIXDIR%\incl\public directory.

    6. Click the Move Item Up arrow to relocate the directory above any other Informix include directories.

    7. Select Library files in the Show directories for scroll list.

    8. If the %INFORMIXDIR%\lib directory is not on the list, add it:

    9. Click OK to exit the Options dialog box.

See the DataBlade Developers Kit User's Guide for more information about compiling with Microsoft Developer Studio Visual C++.