MS Web Browser on Pocket PC

Posted by PoweRoy on Stack Overflow See other posts from Stack Overflow or by PoweRoy
Published on 2008-11-17T13:21:03Z Indexed on 2010/04/19 5:03 UTC
Read the original article Hit count: 440

Filed under:
|
|
|

Hi all,

I'm trying to create a custom web browser for on a pocket pc in C++ MFC. When I add the Microsoft Web Browser activeX control and run the app on the pocket pc (emulator) then this error pops up: "Debug assertion failed. occcont.cpp line: 916"

When I look in the debug window of VS2005: "CoCreateInstance of OLE control {8856F961-340A-11D0-A96B-00C04FD705A2} failed. Result code: 0x80040154 Is the control is properly registered? Warning: Resource items and Win32 Z-order lists are out of sync. Tab order may be not defined well."

How can I use this control on a pocket pc? Or is there a similar control that works?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc