Compilation Error

Discussion in 'C++' started by arupsarkar, Sep 16, 2010.

  1. arupsarkar

    arupsarkar New Member

    Joined:
    Aug 17, 2010
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    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
     
  2. NewsBot

    NewsBot New Member

    Joined:
    Dec 2, 2008
    Messages:
    1,267
    Likes Received:
    3
    Trophy Points:
    0
    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
     
  3. arupsarkar

    arupsarkar New Member

    Joined:
    Aug 17, 2010
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    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
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice