Hi,All
I have a problem when I build my project(.dll) which have a main() entry in carbide v1.3 as Phone release GCCE (s60 3nd).
Everything is good when I build it as Emultor debug.
The error:
The console detailsCode:initializer element is not constant[/Symbian/9.2/S60_3rd_FP1_2/EPOC32/include/e32def.h]
Code:/Symbian/9.2/S60_3rd_FP1_2/EPOC32/include/e32def.h:2804: error: initializer element is not constant In file included from /GameUI/include/CGameUI_conf.h:5, from /GameUI/include/CGameUI_Canvas.h:4, from /GameUI/samples/Tetris/Tetris.h:5, from /GameUI/samples/Tetris/tetris.c:9: /Symbian/9.2/S60_3rd_FP1_2/EPOC32/include/e32def.h:2804: error: initializer element is not constant
When I entry what the error point to,It is
in e32def.hCode:static const char* const KSuppressPlatSecDiagnostic = KSuppressPlatSecDiagnosticMagicValue;
can you tell me why? Thank you very much!


Reply With Quote


