- Joined
- Feb 12, 2010
- Messages
- 20
- Reaction score
- 1
I hope somebody can help me on this problem, I have been searching for weeks now and can not seem to find an answer.
I have loaded a Windows 7 test machine to see if all my applications that I have written will run on it. There is one application that I have that we use the parallel port (LPT1) of the PC to control an interface(Hardware) we designed to switch between different machines that need to be monitored in diffents stages of the day.
Now here is the problem I am sitting with, I am using a driver called gwiopm.sys that does the memory mapping (needed since windows 2000) to do direct port io commands with the LPT Port, since Vista (thought it was th second windows ME so did not worry) I have no longer been able to do this as I get privileged instruction trying to communicate with the LPT Port (Trust Microsoft to stuff up something so simple).
Hope someone here can help me remedy this problem, as I am at my wits end and need to get it sorted out soon.
I have loaded a Windows 7 test machine to see if all my applications that I have written will run on it. There is one application that I have that we use the parallel port (LPT1) of the PC to control an interface(Hardware) we designed to switch between different machines that need to be monitored in diffents stages of the day.
Now here is the problem I am sitting with, I am using a driver called gwiopm.sys that does the memory mapping (needed since windows 2000) to do direct port io commands with the LPT Port, since Vista (thought it was th second windows ME so did not worry) I have no longer been able to do this as I get privileged instruction trying to communicate with the LPT Port (Trust Microsoft to stuff up something so simple).
Hope someone here can help me remedy this problem, as I am at my wits end and need to get it sorted out soon.