home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / dosapi.zip / README < prev    next >
Text File  |  1994-08-16  |  738b  |  19 lines

  1. This is a set of API's that can be called from DOS C programs
  2. to access event semaphore and start session functions under OS/2
  3. 2.1.  Using a semaphore with the start session command is one
  4. technique that DOS can call an OS/2 program and wait for it to 
  5. complete.  This technique can be used as an OS/2 "stub" program
  6. used when linking to run an OS/2 program from DOS without the
  7. message indicating that the program can only execute under OS/2.
  8. Example program STARTSES.C is included.  Tested using Borland 
  9. C++ 3.1 for DOS and IBM First Step C++ for OS/2.
  10.  
  11. No claims to being bulletproof but want to share fruits of effort
  12. in trying to migrate Desqview API's to OS/2.  Let me know how it
  13. works.
  14.  
  15. John Byrne
  16. 76244,1657
  17.  
  18.  
  19.