home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wunderki.zip / BPOS2.DOC next >
Text File  |  1993-11-17  |  1KB  |  37 lines

  1. Wunderkind      c't 11/93, page 240
  2. ----------
  3.  
  4. Although Borland has released an OS/2 C++ compiler, there is
  5. no Borland OS/2 pascal compiler yet..
  6.  
  7. With a few modifications to the current Turbo Pascal compiler
  8. the units and the runtime library, it will now be possible to
  9. generate 16 bit OS/2 programs, both textmode and PM.
  10.  
  11. PATCH.BAT will do the job of patching the original files,
  12. after making backups of the original files.
  13.  
  14. The batchfile must be called with 'PATCH', or 'PATCH 701',
  15. depending of the version of your Turbo Pascal compiler.(7/7.01)
  16.  
  17. BPOS2.DOC       this text
  18. PATCH.BAT       the b(p)atchfile that takes care of everything
  19. PATCHBP.PAS     pascalsource of patchroutine
  20. PATCHBP.EXE     executable of patchroutine
  21. COMPATIB.PAS    Unit that takes care of interrupts
  22. CRT.PAS         ported unit CRT
  23. DOS.PAS         ported unit DOS
  24. MAKEPM.PAS      this one changes the EXE-header for PM-Programs
  25. MAKEPM.EXE      compiled DOS program
  26. HELLO2.PAS      source of "Hello, world"
  27. HELLO2.EXE      compiled OS/2-Programm
  28. HELLOPM.PAS     "Hello, world!" as PM-program
  29. HELLOPM.EXE     compiled version of the above
  30. HELLOPM.RC      resource file
  31. THREAD.PAS      threads in pascal!
  32. THREAD.EXE      compiled OS/2 version of the above
  33. VIDEO.PAS       example of screen output
  34. VIDEO.EXE       compiled version of the above
  35. OS2RTL\         ported Runtime-Library subdirectory
  36. OS2RTL\OS2.TPL  ported Runtime-Library
  37.