Error during compilation.
Hi:
I am using Visual Studio 2010, I am getting an error while compiling the following header file.
|
bool normalize_exponent(limeq_price* set, size_t nmemb, int8_t* min_exponent);
| |
|
bool decode_siac_sales_conditions(uint8_t siac_sales_conditions, uint8_t additionalProperties, char sales_conditions[SIAC_SALES_CONDITIONS_LEN]);
| |
I am getting the following error during compilation.
common_util.h(198): error C2061: syntax error : identifier 'normalize_exponent'
common_util.h(198): error C2059: syntax error : ';'
common_util.h(198): error C2059: syntax error : 'type'
common_util.h(206): error C2061: syntax error : identifier 'decode_siac_sales_conditions'
common_util.h(206): error C2059: syntax error : ';'
common_util.h(206): error C2059: syntax error : 'type'
|
I would really appreciate if someone can help me.
Regards
Arup
You need to post more than that, we need to see that code as it appears in the header along with a few preceding lines.
Topic archived. No new replies allowed.