Thread: parallel port programming win2K ?

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    3

    Question parallel port programming win2K ?

    Hello !

    I need to be able to read or write to the parallel port under Win2000 !
    The code which used to work under Win98 causes an error:

    "The exception priviledged instruction 0xc0000096 occured in the application ....blah blah blah !"

    I tried _outp and _outpw ... no good.

    Does anyone know how to solve this minor inconvenience ?

    Cube

  2. #2
    Unregistered
    Guest

    Wink

    if you're still looking for it...

    try this : http://www.mattjustice.com/parport/par_nt.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Parallel Port IO ops not working properly
    By microtechno in forum Linux Programming
    Replies: 16
    Last Post: 06-08-2009, 12:33 PM
  2. Parallel Port to USB controller and outb()
    By coletek in forum Linux Programming
    Replies: 1
    Last Post: 06-05-2009, 06:57 AM
  3. Replies: 3
    Last Post: 02-29-2008, 01:29 PM
  4. brace-enclosed error
    By jdc18 in forum C++ Programming
    Replies: 53
    Last Post: 05-03-2007, 05:49 PM
  5. Segmentation Fault - Trying to access parallel port
    By tvsinesperanto in forum C Programming
    Replies: 3
    Last Post: 05-24-2006, 03:28 AM