• JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...
  • JSON object creating problem
    Hello i am using cJSON keil library but i facing many problem to create object and convert object into string. 1. This code work fine int main(void) { root = cJSON_CreateObject(); cJSON_AddNumberToObject...
  • uVision "Can't create path 'path of object folder' !"
    Hello, I'm using uVision4 and get some problems when opening an existing project. (double click on "project".uvproj) After uVision4 i opened, I get the following error message in the Build output...
  • uVision "Can't create path 'path of object folder' !"
    Hello, I'm using uVision4 and get some problems when opening an existing project. (double click on "project".uvproj) After uVision4 i opened, I get the following error message in the Build output...
  • Is the C++ Exception object created on the heap?
    I write the code like the following, // Note that the output object below functions like the C++'s cout. It's my own // implementation of displaying program information and it's insignificant here...