Hi all! I am trying to use an open source C library to process STDF files. I need to get the output from that library and transform it into SQL. I kept getting the error as shown below:
The functions are used in a CPP file while the actual definitions of the functions are in the C library. I have checked for the function definition in the header file and its linked to ANOTHER C file using the #include.Code:error C3861: 'stdf_open': identifier not found error C3861: 'stdf_read_record': identifier not found
I am running this project in MS VC++ 2010 Express. Can anyone help me figure out this error and how to solve it? I have attached the project along in this thread. Any help is greatly appreciated.




Reply With Quote
