More detail about bellow question. ISHELL_CreateInstance

I try to run the Sample(ogles_demo_01) what is a sample for BREW phone. As hit run button on BREW_Simulator, one of bellow sentence return fail. ISHELL_CreateInstance().
How can I make it’s work well?

boolean ogles_demo_01::Init()
{
DBGPRINTF("_X_INIT ROUTINE TARTED");
// IGL and IEGL
if( ISHELL_CreateInstance(m_applet.m_pIShell, AEECLSID_GL, (void **)&m_pIGL) != SUCCESS ){
return FALSE;
}else
{
#if !defined(BREW_STATIC_APP)
// To use the standard OpenGL|ES APIs must call IGL_Init()
IGL_Init(m_pIGL);
#endif
}

Thanks.
OJ.
[email:13sgg8bv]jtseo@chollian.net[/email:13sgg8bv]

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.