Closed Bassem-Ramzy closed 3 years ago
Header is updated for Go compatibility, needed in issue #19 Before: After:
XHPTDC8_API const char* xhptdc8_get_last_error_message(xhptdc8_manager hMgr, int index = -1);
After:
xhptdc8_manager INVALID_HMGR = NULL; XHPTDC8_API const char* xhptdc8_get_last_error_message(xhptdc8_manager hMgr, int index/* = -1*/);
Driver to take those updates into consideration
Default parameter removed as it is not suported by plain C.
Header is updated for Go compatibility, needed in issue #19 Before: After:
After:
Driver to take those updates into consideration