views:

503

answers:

1

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?

A: 

FWIW, I've used this control successfully in .NET CF application. Which means it should work. I suspect you picked the ActiveX object for the desktop. But I have no idea how you' pick the right one.

Serge - appTranslator
Yes in a C# application it works but the C++ version not.I was already continuing on the C# application. Thanks for your reply