Hello
How can i write something to parallel port ?
I use windows XP and .NET, but my program
is Win32 Application. I tried inpout32.dll but without success. First of
all i could not find any sources of inpout32 library, i
only found inpout32.dll, but when in Project/Properties/Linker/Input/
AdditionalDependencies i add inpout32.dll durring linking i receive:
Linking...
inpout32.dll : fatal error LNK1136: invalid or corrupt file
Results
(when i give incorrect file name path i receive error that non exsting
file - so linker
finds library inpout32.dll but something wrong is with that library).
Does anybody tried that ?
What can i do to get it working ?
I also found UserPort but it's usage was quite complicated for me...
Thanx
Michal