home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.os2.misc:28065 comp.os.os2.advocacy:4417
- Newsgroups: comp.os.os2.misc,comp.os.os2.advocacy
- Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!watson!
- From: cnadler@vnet.ibm.com
- Subject: Re: I've seen NT......and I'll take OS/2 2.0 thanks!
- Sender: @watson.ibm.com
- Message-ID: <1992Aug24.010245.28040@watson.ibm.com>
- Date: Mon, 24 Aug 92 01:02:45 GMT
- Organization: IBM T. J. Watson Research
- Lines: 20
-
- In <ss-nllr.feustel@netcom.com> feustel@netcom.com (David Feustel) writes:
- > I've not figured out how to do the following two things from 32-bit
- > code; perhaps you can enlighten me:
- >
- > 1) do port i/o to/from my analog i/o card from C Set/2
-
- No can do (directly) in C/Set-2 Release 1.0. Write some Assembly and set it up
- in an IOPL segment.
-
- >
- > 2) read data without echo from the keyboard from C Set/2 (getch() is
- > not found by the linker when I use that function.
-
- getch() is considered part of the "migration" libraries. Make sure you have
- them installed, and set your compiler options to include the migration
- support.
-
- Cliff
- NOTE: These are my words, and my words alone. IBM will disavow any knowledge
- of them.
-