Hi: I am using Visual Studio 2010, I am getting an error while compiling the following header file. Code: bool normalize_exponent(limeq_price* set, size_t nmemb, int8_t* min_exponent); Code: 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. I would really appreciate if someone can help me. Regards Arup
Can you share the code of your complete .h files because I don't any error in the code you have posted and the error may be because of some more code in top or bottom
Hi Shabbir, I have attached the common_util.zip file which has got the header and c file. I am using a vendor product which I need to compile. Thanks again --Arup