And i am trying to create a view with CHtmlview loading the html from the resource.
first off can i implement the CHtmlView in Dev-C++(4.9.9.2), if possible in a clue to (probably Code)
Thanks to all
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To use Microsoft Foundation Classes (MFC) you need a commercial version of Microsoft Visual C++.
However for free you can use MSVC++ 2008 Express Edition which although it does not include MFC, it does include the .NET Framework, which to be honest is a better bet for new code development. .NET has a WebBrowser class.
With Dev-C++... not a chance, at least not in any practical nor legal sense.
Clifford
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi to all, am C++ dummy.
And i am trying to create a view with CHtmlview loading the html from the resource.
first off can i implement the CHtmlView in Dev-C++(4.9.9.2), if possible in a clue to (probably Code)
Thanks to all
To use Microsoft Foundation Classes (MFC) you need a commercial version of Microsoft Visual C++.
However for free you can use MSVC++ 2008 Express Edition which although it does not include MFC, it does include the .NET Framework, which to be honest is a better bet for new code development. .NET has a WebBrowser class.
With Dev-C++... not a chance, at least not in any practical nor legal sense.
Clifford