private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
label1->Text = "Hello World!";
}
Error 1 error LNK1123: failure during conversion to COFF: file invalid or corrupt
What is the problem?
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
label1->Text = "Hello World!";
}
Error 1 error LNK1123: failure during conversion to COFF: file invalid or corrupt
What is the problem?