Read-only archive of the All About Symbian forum (2001–2013) · About this archive

"avkon.rh" on Symbian SDK 6.1

3 replies · 2,777 views · Started 16 May 2003

I have a problem with the C++ source code...

I'm working with the Symbian SDK 6.1 for Series60 Platform. I'd like to create a "code query" window when i click on my self created menu item. the Problem is that the C++ source code is not working properly. During compiling the projectfile an error is caused in the avkon.rh file. The error message is, that the STRUCT DIALOG is not found in the avkon.rh file.

Is there a solution for that problem, or should i write the STRUCT DIALOG by myself? If yes, how?

Thanks
Gianni

Hello cautergiovan,you might have higher chance of solving your problem if you ask in the developer section of the forum.So moving it i guess.

Avkon.rh doesn't contain a STRUCT for DIALOG - it's in Eikon.rh (the Symbian GUI stuff)

If you include this in your file (rss file, I think - I'm at work so can't check for definite) - it should all work.

Thinking about it, you'd probably also need to include the Eikon.rh in your appUI and View classes...