undefined identifier 'TBidirectionalState'
| Tue, 2008-06-24 11:01 | |
|
Hi, I am trying build a LIB. one of the source file has following statements #include "coemain.h"I have included 'coemain.h', to have access to CCoeEnv::Static() function, But when I compile this file i am getting the following errors: C:\Symbian\UIQ3.1SDK\EPOC32\include\biditext.h:142: undefined identifier 'TBidirectionalState'Can somebody help me and tell me what I am doing wrong here. Thanks in advance |
|






Forum posts: 463
Shouldnt you be including bidi.h ?
Forum posts: 5
Thanks,
bidi.h was internally included in biditext.h. Need not have to explicitly include it.
Never mind. It got solved, I had an other another bidi.h in my USERINCLUDE path.
regards
muni