Strange

Status
Not open for further replies.

aibelectronics

New Member
This is quite strange, but I actually accessed my parallel port on windows xp without relying on any external dll!? It works just fine. Is there a contradiction somewhere...?
If it would be informative, I'm using Turbo C.
 
aibelectronics said:
This is quite strange, but I actually accessed my parallel port on windows xp without relying on any external dll!? It works just fine. Is there a contradiction somewhere...?
If it would be informative, I'm using Turbo C.
u used which one ? inportb / outportb
 
Re: reply

aibelectronics said:
I used inportb() and outportb()... adds to the mystery eh?
even if ur in admin privilege , it shldn't happen !!!! , what was the process/experiment u conducted?
 
As you are obviously aware, Windows NT (which XP basically is!) won't allow direct access - HOWEVER you can get programs which install on your PC that will allow it, I'm not talking a DLL that your program uses (like WinPicProg uses), but a transparent program installed seperately.

Presumably you have such a program installed?, possibly something that required it did the installation and you don't even know?.
 
yes i have seen a program like u said when i searched for h/w access in NT.
it runs in background and allows other exe to access the h/w as in win98
 
reply

Nigel Goodwin said:
Presumably you have such a program installed?, possibly something that required it did the installation and you don't even know?.

I'll like to assume that. Otherwise I could go all over the internet debunking this windows xp restriction theories!!
 
Re: reply


I can assure you, as someone who supports a program that has to access the ports (WinPicProg) that all NT Windows versions don't allow it - WinPicprog had to be re-written to use a DLL for NT (way back before XP).
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…