2017/11/29

C++/CLI with VC++ 2005 EE

I think that C++/CLI is lovely a little. Although I am using Visual C++ 2005 Express Edition (VC++2005EE) with Windows Platform SDK, to be sure, GUI programming on the .NET framework is easier than the programming with the MFC.
It is fine that C++/CLI has most compatibility with C++. Because I disliked Managed C++, which is odd and is not beautiful, I little used the .NET framework. But, C++/CLI is not Managed C++.
Although C++/CLI did not become ISO international standards, the C++/CLI was standardized as ECMA-372 of ECMA.
For the time being, Microsoft will recommend C++/CLI on .NET framework, which is more than Managed C++ and less than C#.
C++/CLI is actually dependent on the .NET of Microsoft until the Mono Project ripens, and until other C++/CLI compilers come out, but this state of the C++/CLI may also be improved in the future.
I shall write frontend of a system on Windows in C++/CLI, which is a practical trial on the C++/CLI.

No comments:

How to set parameters to debugging program on Visual Studio 2019 with CMake

Solution: MSDN Sometimes the "Debug and Launch Settings for CMake" bottun is disabled. In this case, change to the target view. ...