home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FSGFX.ZIP / README < prev    next >
Text File  |  1990-03-07  |  946b  |  25 lines

  1. a history of using IBM OS/2 without the $$$$ "toolkit", just the 
  2. os/2 1.0 tools included with MSC 5.1 & MASM 5.1. Look what it has
  3. led to.
  4.  
  5. this thing assumes too much, but will work on most OS/2 setups with
  6. a VGA and mouse installed. part of the reasoning behind it was to
  7. build graphics apps under OS/2 1.0 on a hercules monochrome monitor,
  8. but things change so quickly. 
  9.  
  10. released to the world to release me from such a headache. 
  11. others might find the session switch handling of interest, as well
  12. as some of the graphics code, which was distilled from many
  13. public domain sources. remember the freeware motto -
  14. so show me yours!
  15.  
  16. /* */
  17. extern int returnvalue;
  18. int returnvalue;
  19. #define doscall(x) if(returnvalue = x) { printf(#x " = %d\n",returnvalue); getch(); exit(returnvalue); }
  20. /* */
  21.  
  22. add these to your os2.h file for an easier time, and these
  23. files are set up to "include the world" add #ifdef's to your desire
  24.  
  25.