Hi all,
I'm programming an interface board, connected with the PC using the parallell (printer, LPT1) connection. I have to choose between using a DLL or toggle the ports directly (I know which port adresses are used). Which way is best (provided that I want to keep my application platform independent)?
How can I include a DLL in a C++ program?
OR
How do I toggle ports in C++? Is it OS dependent? Do you need certain privileges to do this under Linux?
Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.
I'm programming an interface board, connected with the PC using the parallell (printer, LPT1) connection. I have to choose between using a DLL or toggle the ports directly (I know which port adresses are used). Which way is best (provided that I want to keep my application platform independent)?
How can I include a DLL in a C++ program?
OR
How do I toggle ports in C++? Is it OS dependent? Do you need certain privileges to do this under Linux?
Regards,
Bert Vingerhoets
vingerhoetsbert@hotmail.com
Don't worry what people think about you. They're too busy wondering what you think about them.