0

ISHELL_BrowseURL returns AEE_EBADCLASS when callled with a URL. (Such as http://google.com/)

The "po" (IShell*) argument is as far as we know OK. Do you have any advice regarding this? Close applet with the same class works, for instance.

Prof. Falken
  • 24,226
  • 19
  • 100
  • 173

1 Answers1

0

On the HTC Smart (Same as HTC F3188 or Dopod F3188), the standard browser can not be called.

Instead, call the HTC browser with id 0x0108d987:

int ret = ISHELL_StartAppletArgs(pMe->applet.m_pIShell, 0x0108d987, "http://developer.att.com");

Prof. Falken
  • 24,226
  • 19
  • 100
  • 173