markwalker84
Programmer
Hi there.
Firstly:
I am using an XP machine running SP2.
I am using Microsoft Visual C++ 2005 Express Edition.
I am new to VC++ (have a base in C)
I click New -> Project -> CLR -> Windows Form Application
I use the template style files that VC++ gives me which include;
Form1.h
resource.h
stdafx.h
app.ico
app.rc
AssemblyInfo.cpp
"Project_Name".cpp
stdafx.cpp
ReadMe.txt
So - now that everyone knows where i am coming from hopefully i can ask a question more effectively
Basically... how do i gain access to my parallel port for both read and write of the 8 bit data bus?
I have already got a copy of inout32.dll in my system folder but i cant get any of the commands to call without crashing the program.
Any ideas?
Thanks
Mark
Firstly:
I am using an XP machine running SP2.
I am using Microsoft Visual C++ 2005 Express Edition.
I am new to VC++ (have a base in C)
I click New -> Project -> CLR -> Windows Form Application
I use the template style files that VC++ gives me which include;
Form1.h
resource.h
stdafx.h
app.ico
app.rc
AssemblyInfo.cpp
"Project_Name".cpp
stdafx.cpp
ReadMe.txt
So - now that everyone knows where i am coming from hopefully i can ask a question more effectively
Basically... how do i gain access to my parallel port for both read and write of the 8 bit data bus?
I have already got a copy of inout32.dll in my system folder but i cant get any of the commands to call without crashing the program.
Any ideas?
Thanks
Mark