Access to _inp()/_outp() on Win95?

David Fisher python at rose164.wuh.wustl.edu
Fri Mar 3 04:44:04 EST 2000


Here you go.  You need to make the project files for VC++.  I use David
Asher's compile.py.  Search parnassus to find it.  You'll also need a
Setup.in file to use compile.py.  It's contents should be one line.

conio coniomodule.c

If you need the other functions (_inpw,_inpd, etc.), it should be easy to
extend what i have here.
Good luck,
David

----- Original Message -----
From: "Andrew Sterian" <steriana at gvsu.edu>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Thursday, March 02, 2000 10:07 PM
Subject: Access to _inp()/_outp() on Win95?


> Has anyone exposed the _inp() and _outp() functions under Win95/98
> in an extension module? I need to access some I/O ports directly and
> was hoping to not reinvent the wheel.
>
> Thanks,
>
> --
> Andrew Sterian                 | <mailto:steriana at gvsu.edu>
> Assistant Professor            |
<http://claymore.engineer.gvsu.edu/~steriana>
> Padnos School of Engineering   | (616) 771-6756
> Grand Valley State University  |
>
>
> --
> http://www.python.org/mailman/listinfo/python-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: coniomodule.c
Type: application/octet-stream
Size: 1199 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20000303/3d6e1cb0/attachment.obj>


More information about the Python-list mailing list