This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need information about Keil UV2

Dear all, I am using the keil UV2 for one of my application. In this application, I need to include files concept. For this, I write the program as follows,
#include <stdio.h>
int main()
{ FILE *fp; fp = fopen("c:\\RTC_Configuration.txt", "r");
} After compiling this program, it was showing the following error,

error c202: 'FILE' : undefined identifier
error c202: 'fp' : undefined identifier

Exactly, what is this error? how can I removed from the application? Whether keil UV2 will support files concept or not?

Regards,
Vijay

Parents
  • Exactly, what is this error
    evidently your inability to read.
    in the "Enter Message Details Below" there are clear instructions how to post.
    well, trying to decipher the mumbo-jumbo that resulted from you not being able to follow simple instructions, that is not the only thing you can not read

    Erik

Reply
  • Exactly, what is this error
    evidently your inability to read.
    in the "Enter Message Details Below" there are clear instructions how to post.
    well, trying to decipher the mumbo-jumbo that resulted from you not being able to follow simple instructions, that is not the only thing you can not read

    Erik

Children
No data