M
MSDousti
Hi, everyone.
I have written this code in Tubo C++ 3.0 earlier, and now I want to
port it to VC.NET:
int out=0;
out=(out & 0xDF);
outportb(0x378,out);
....
As you see, it seeks to parallel port directly (port: 0x378)
How can I write this code in VC++ .NET?
I have written this code in Tubo C++ 3.0 earlier, and now I want to
port it to VC.NET:
int out=0;
out=(out & 0xDF);
outportb(0x378,out);
....
As you see, it seeks to parallel port directly (port: 0x378)
How can I write this code in VC++ .NET?