// Below is the code in MyForm1.cpp but ignore the red underscores.
include "pch.h"
include "MyForm1.h"
using namespace System;
using namespace System::Windows::Forms;
[STAThreadAttribute]
void Main(array<String^>^ args) {
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(false);
// The next two lines generate 7 errors
CppCLR_WinformsProjekt1::MyForm1 form;
Application::Run(% form);
}
Want me to send a screenshot ?