simple question - typedef

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • liorjj
    New Member
    • Apr 2007
    • 8

    simple question - typedef

    Hi,

    I'm new in this area so just a very simple question,

    I have declared typedef in the header file says (header.h),
    and some functions in this header as well;

    My problem is that when i declare in one of the methods in the cpp file
    a variable of this typedef I get the "undeclared identifier" compilation error.

    BTW - I did included the header file in the cpp.

    Please help,

    Thanks.
  • liorjj
    New Member
    • Apr 2007
    • 8

    #2
    I found the problem thanks.

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Well, what was it??

      We're all holding our collective breaths.

      Comment

      Working...