Hi Luca,
I'm interessed to learn Freemaster/GUI,
I'd really like you to send me your codee for use as exemple.
Thanks!
Walter.
Hi Luca,
I´m very interested in develop a program with freemaster development library, As I´m not very skiled using c++ I would like you to send me a copy of the code as a project example.
Thanks.
What's wrong in this code?
| LPCOLESTR connectString=L"RS232;COM1;speed=9600" ; | |
| HMCBCOM* phCom = new HMCBCOM; |
| DWORD retVal= McbOpenComEx( phCom, connectString); |
| // If failed we need to break | |
| if (FAILED(retVal)) | |
| { |
}