Hi
I have to make the Reverse Engineering of a vxWork project. To do this, I've created a new project with Rational Rhapsody 7.5 and I've selected the Tool-> Reverse Engineering menu command. In the Reverse Engineering window I've selected the directories of project sources and the Microsoft Environment. Well I've started the process.
At the end of process I've received many error like
Quote:
Reverse Engineering 'D:/Rhapsody/TB_SW/ACL/inc/APPLI_ID_ACP.h'
Fatal Error. Skipping the current file: D:/Rhapsody/TB_SW/ACL/inc/APPLI_ID_ACP.h Line 2
watching into the indicated file, I've found the following line:
#ifndef APPLI_ID_ACP_H
#define APPLI_ID_ACP_H
#include "id_module_def.h"
#define APPLI_ID_ACP ((ID_MODULE_t)BASE_APPLI_ID+0)
#endif /* APPLI_ID_ACP_H */
What means the error message and what must I do to solve it?
Thanks
Damiano