9/25/2012

C++/CLI (handmade) template for Windows Form Application

Finally, Microsoft released Visual Studio Express 2012, and it has IntelliSense for C++/CLI! If you have ever used Visual C++ 2010 Express, you might have complained about the absence of IntelliSense in it. So you don't need to use VC++ 2008 anymore.

But, unfortunately, there is no C++/CLI template for Windows Form Application as of Sept. 25th 2012.

So I made a template. I just put a form into an empty project and set it up as a Windows form application. So I might have missed some settings. Maybe you might do a better job.
Anyway, you can download it from this page of my web site.
http://sites.google.com/site/somedayuniverse/contents/c-cli-template-of-windows-form-application-in-visual-studio-express-2012