The latest version of the C Set ++ compiler (now called VisualAge C++) has been released. VisualAge C++ includes its own version of the OS/2 Warp Toolkit, which includes updated sample makefiles. Changes to the sample makefiles relate to the new linker (ILINK) and to the new library (CPPOM30.LIB).

With this version of the OS/2 Warp Toolkit, the same sample makefile changes have been made so that you can use VisualAge C++.

You can compile the samples included with the OS/2 Warp Toolkit with C Set ++ (using LINK386) by changing any reference to CPPOM30.LIB to:

DDE4MBS.LIB

and changing any reference to ILINK to:

LINK386

Note: The /nofree option must be removed from the LINK386 statement.