Currently the splitpane control is not available as a DLL, but its object files must be included when building your program:
  1. modify the default.mak file in the src path to work with your favourite compiler and linker (it is currently designed to work with the IBM Visual Age C++ environment).
  2. modify if needed the makefile in the ax subdirectory and rebuild the object files.
  3. add the path axh to your INCLUDE environment variable (in the sample programs makefiles this is done by the %setenv command).
  4. add axPMCtrlUtil.obj and splitpane.obj to your makefile.
  5. include axPM.h and optionally axBase.h in your sources.
Have a look at the sample programs in the teststdwin and testdlg subdirectories for more details.