Porting an application from MS Visual Studio to Linux c++ Many references to data type HANDLE, DWORD?
What are the best ways to port these windows "features"?
One example:
HANDLE commsdown;
The app has a serial port communications capability. Apparently the number of times that serial communications are interrupted is important.
Thanks
What are the best ways to port these windows "features"?
One example:
HANDLE commsdown;
The app has a serial port communications capability. Apparently the number of times that serial communications are interrupted is important.
Thanks
Comment