User Profile

Collapse

Profile Sidebar

Collapse
ramgopalkota
ramgopalkota
Last Activity: Jan 8 '08, 01:10 AM
Joined: Dec 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ramgopalkota
    started a topic How To Know Where The Macro Is Defined
    in C

    How To Know Where The Macro Is Defined

    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 ?...
    See more | Go to post

  • ramgopalkota
    started a topic How To Preprocess A C File

    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...
    See more | Go to post
No activity results to display
Show More
Working...