// JP opened flex table

Click to See Complete Forum and Search --> : Problems with accessing the parallel port using WinIn


Wickedguy
October 4th, 2004, 06:06 AM
Hi everyone,

I have successfully managed to access my parallel port from an adminstrative account. I am trying to access it from a non administrative account but the program simply refuses to do so. Although I had ran the function InstallWinIoDriver() from an administrative account but with no use.

This is how I wrote the function:

InstallWinIoDriver("C:\MyApp\Debug\WinIo.sys",FALSE);

Can anyone help plz

thanx in advance

//JP added flex table