locked
Need help in HDF files RRS feed

  • Question

  • Hello,

    i am trying to access a HDF4 file, i am trying with a code to run it but i am unable because of the following problem.

    #ifndef HDF_H
    #define HDF_H

    #include <h4config.h>
    #include <hdfi.h>
    #include <hlimits.h>

    "

    I get an error of "no such file or directory"..

    • Moved by Charles-Li Tuesday, May 26, 2015 6:23 AM not related to TFS
    Monday, May 25, 2015 8:44 PM

Answers

  • Hi jbpb,

    These header file seems from some third party libaray. If yes, it would better to consult to the writer of that library. Maybe here: http://www.hdfgroup.org/services/community_support.html

    It these header is created by yourself, you need to make sure that these header file has been added to your project and exist in the right directory.

    Best regards,

    Shu


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    • Proposed as answer by Just Karl Friday, May 29, 2015 8:28 PM
    • Marked as answer by Just Karl Thursday, June 11, 2015 10:20 PM
    Tuesday, May 26, 2015 10:09 AM