Tools
schildt.lst
Associated article: A Presentation Manager Application Template
Tags: Database Tools
_A PRESENTATION MANAGER APPLICATION TEMPLATE_ by Herbert Schildt [LISTING ONE] /* A Presentation Manager Application skeleton. */ #define INCL_PM #include <os2.h> #include <stddef.h> /* get definition of NULL */ void far * pascal far window_func(void far *, ...


