Advertisement

ISHELL_CreateInstance with IGL causes error

Started by August 28, 2004 09:23 AM
1 comment, last by mindwinder 20 years ago
Hi, I posted this to the BREW developer forum too... I hope somebody can help me on this... I was trying to run the test_project1 code for the OpenGL ES + BREW tutorial. I got it built, but when I attempt to start it, I get an error stating the ISHELL_CreateInstance for IGL is failing. The offending line is: if (ISHELL_CreateInstance(pMe->pIShell, AEECLSID_GL, (void**)&pMe->pGL) != SUCCESS) I am using Visual Studio .NET 2003 on a Windows 2000 box having an Intel 82865G Extreme Graphics Controller. I downloaded the latest drivers too. Any suggestions? Regards, Mridul.
have you copied the right (according to your brew version) OpenGLESExtension.dll file to the bin/modules directory?
Advertisement
Thank you!!!! That was it!!!

Regards,
Mridul.

This topic is closed to new replies.

Advertisement