Hi ,
I have a corba code generated by tool.In one of the header file created by the tool has a peice of code as below
#include <someincludes >
#ifdef _LC_attr
#error "LC ATTR is DEFINED"
#else
< SOME CODE>
#endif
I am getting a error while compiling saying that "LC ATTR is DEFINED".
I want to know which file has defined _LC_attr ?...
User Profile
Collapse
-
How To Know Where The Macro Is Defined
-
How To Preprocess A C File
Hi ,
I have a corba code generated by tool.In one of the header file created by the tool has a peice of code as below
#include <someincludes >
#ifdef _LC_attr
#error "LC ATTR is DEFINED"
#else
< SOME CODE>
#endif
I am getting a error while compiling saying that "LC ATTR is DEFINED".
I want to know which file has defined _LC_attr...
No activity results to display
Show More