Hi,

I'm using embedded c++ for developing a pocketpc application. I got some
error after trying the following tutorial that is provided in msdn.
http://www.pocketpcdn.com/articles/htmldialog.html

I got a missing htmtctrl.h error after i downloaded the sample project and
tried to complie it. I tried to include the file.. but it seems that it is
still not working.

Could someone give me some suggestion about this problem? Thanks!!

Problem with HTML Dialog for Pocket PC by duzhy

duzhy
Tue Apr 04 20:33:02 CDT 2006



"Amy" wrote:

> Hi,
>
> I'm using embedded c++ for developing a pocketpc application. I got some
> error after trying the following tutorial that is provided in msdn.
> http://www.pocketpcdn.com/articles/htmldialog.html
>
> I got a missing htmtctrl.h error after i downloaded the sample project and
> tried to complie it. I tried to include the file.. but it seems that it is
> still not working.
>
> Could someone give me some suggestion about this problem? Thanks!!
>
I think you can find htmlctrl.h in you machine and copy this file in you
project folder.
I have used HTML Control in my PPC program ,in VS2005 C++,What i do is that:
I include <htmlctrl.h> in stdafx.h e and add htmlview.lib in project.