undefined identifier 'TBidirectionalState'

Login to reply to this topic.
Tue, 2008-06-24 11:01
Joined: 2008-05-07
Forum posts: 5

Hi,

I am trying build a LIB.

one of the source file has following statements

#include "coemain.h"
.
.
.

void MyClass::doSomthing()
{
        CCoeEnv::Static()->FsSession();
}

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'
C:\Symbian\UIQ3.1SDK\EPOC32\include\biditext.h:142: (included from:
C:\Symbian\UIQ3.1SDK\EPOC32\include\biditext.h:142:     C:\Symbian\UIQ3.1SDK\EPOC32\include\gulalign.h:12
C:\Symbian\UIQ3.1SDK\EPOC32\include\biditext.h:142:     C:\Symbian\UIQ3.1SDK\EPOC32\include\coetextdrawer.h:10
C:\Symbian\UIQ3.1SDK\EPOC32\include\biditext.h:142:     C:\Symbian\UIQ3.1SDK\EPOC32\include\coemain.h:15

Can somebody help me and tell me what I am doing wrong here.

Thanks in advance
regards
muni


Mon, 2008-06-30 15:26
Forum Nokia Champion
Joined: 2006-10-12
Forum posts: 463
Re: undefined identifier 'TBidirectionalState'

Shouldnt you be including bidi.h ?

Tue, 2008-07-01 06:15
Joined: 2008-05-07
Forum posts: 5
Re: undefined identifier 'TBidirectionalState'

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

  • Login to reply to this topic.