Hi
I'm a bit confused and think I may be missing an include file or a setting somewhere to tell the compiler where to look for the included file.
I'm simply trying to get the MS example of the STHtmlDialog to run which I downloaded from:
Whenever I try to compile it I get:
F:\My Documents\COMP3020 Part 3 Project\c++ development\HtmlTest\STHtmlDialog.cpp(6) : fatal error C1083: Cannot open include file: 'Htmlctrl.h': No such file or directory.
I've followed all the instructions on the MS website and still it appears to be looking for this file in some place other than it is. I have already copied htmlctrl.h across to
C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\Include
and its sudirectories, I can't imagine where else it would be looking for the file.
Any ideas or suggestions please?
Many Thanks
4waystop
I'm a bit confused and think I may be missing an include file or a setting somewhere to tell the compiler where to look for the included file.
I'm simply trying to get the MS example of the STHtmlDialog to run which I downloaded from:
Whenever I try to compile it I get:
F:\My Documents\COMP3020 Part 3 Project\c++ development\HtmlTest\STHtmlDialog.cpp(6) : fatal error C1083: Cannot open include file: 'Htmlctrl.h': No such file or directory.
I've followed all the instructions on the MS website and still it appears to be looking for this file in some place other than it is. I have already copied htmlctrl.h across to
C:\Program Files\Microsoft eMbedded C++ 4.0\EVC\Include
and its sudirectories, I can't imagine where else it would be looking for the file.
Any ideas or suggestions please?
Many Thanks
4waystop