SEHException External component has thrown exception in VS2005
- by sdz
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?