Currently
the splitpane control is not available as a DLL, but its object files
must be included when building your program:
- 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).
- modify if needed the makefile in the ax subdirectory and rebuild the object files.
- add the path axh to your INCLUDE environment variable (in the sample programs makefiles this is done by the %setenv command).
- add axPMCtrlUtil.obj and splitpane.obj to your makefile.
- 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.