Input from LPT port with inpout32.dll on windows XP
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Ive looked around on getting inputs from the LPT port on windows xp, apparantly I need a dll called inpout32.dll. I have that, however I wonder how I should "include" the file? So that i can use the code described on http://www.ctv.es/pckits/tutorial.html#ppro and its functions Ive looked around alot on codeproject, and google around 50 times, but not found how to get it to work... any ideas? Im open to other methods too, but nothing too advanced. PS, im in win32console with mfc on winxp, i will only be using lpt inputs, two of them. thanks!
//Johannes