file :protocol_types_utils.h can't be compiled in cpp project.
Need add follow code:
extern "C" {
....
}
Hello civilsf, we added the fix that you requested. Please update sources. Thanks for your hint.
Log in to post a comment.
file :protocol_types_utils.h can't be compiled in cpp project.
Need add follow code:
ifndef PROTOCOL_TYPES_UTILS_H_
define PROTOCOL_TYPES_UTILS_H_
include "protocol_types.h"
include <i_protocol_types.h></i_protocol_types.h>
include <protocol_command_types.h></protocol_command_types.h>
include <protocol_constants.h></protocol_constants.h>
ifdef __cplusplus
extern "C"
{
endif
....
ifdef __cplusplus
}
endif
endif / PROTOCOL_TYPES_UTILS_H_ /
Hello civilsf, we added the fix that you requested. Please update sources.
Thanks for your hint.