SEHException External component has thrown exception in VS2005
Posted
by sdz
on Stack Overflow
See other posts from Stack Overflow
or by sdz
Published on 2010-06-01T21:18:04Z
Indexed on
2010/06/01
21:23 UTC
Read the original article
Hit count: 159
c#
Hello! I imported inpout32.dll to the program and tried to do the parallel port interfacing for outputting and inputting through the port.
But when the execution reaches the statement PortAccess.Output(888,0); it throws the above exception. The PortAccess class is defined in the inpout32.dll file which i downloaded from www.logix4u.net.
Can anyone help me with this?
© Stack Overflow or respective owner