home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4392 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  1.7 KB

  1. Path: sparky!uunet!gatech!uflorida!cybernet!wayned
  2. From: wayned.bbs@cybernet.cse.fau.edu
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: WHERE IS AVIO!!!!!!
  5. Message-ID: <LXZXPB1w164w@cybernet.cse.fau.edu>
  6. Date: 23 Aug 92 04:35:20 GMT
  7. References: <MeZifEa00iUxA3SG5k@andrew.cmu.edu>
  8. Sender: bbs@cybernet.cse.fau.edu (BBS)
  9. Organization: Florida Atlantic University, Boca Raton
  10. Lines: 23
  11.  
  12. sl31+@andrew.cmu.edu (Stephen M. Lacy) writes:
  13.  
  14. > I'm trying to get a sample program that I've typed in from Petzold's
  15. > book on programming the OS/2 Presentation Manager.  The problem (I guess
  16. > you could call it a problem) is that the program uses the AVIO
  17. > mechanisms.  I'm using the native port of GCC 2.1, and there doesn't
  18. > seem to be any support for the AVIO things!!!  WHATS UP WITH THIS!!!  I
  19. > thought it supported full programming of the OS/2 API, but I used "Seek
  20. > and Scan files" and there are no entries for any of the Vio* functions!!
  21. >   Is this header file available from somewhere?  I was depending on this
  22. > working for a class that I am taking this coming semester in computer
  23. > graphincs that I was planning on using OS/2 and PM for.   PLEASE RESPOND
  24. > AS SOON AS POSSIBLE.  Thanks a million.
  25.  
  26. Make sure to #define INCL_BASE or INCL_SUB before you #include <os2.h>.  
  27. This will include the old Kbd, Vio and Mou prototypes.
  28. The exported names have changed to VIO16GETANSI, etc.
  29.  
  30. +-----------------------------------+-----------------------------------+
  31. | Wayne Desmond                     | Happily using and working (read:  |
  32. | OS/2 Consultant/Programmer        | earning a GOOD living) with       |
  33. | (wayned.bbs@cybernet.cse.fau.edu) | OS/2, since version 1.1.          |
  34. +-----------------------------------+-----------------------------------+
  35.