Visual C++2012 for windows form setup

在visual c++ 2012 中加入windows form

step1

step2

step3

step4

step5

step6

[STAThread]

void main(array<String^>^ args) {

Application::EnableVisualStyles();

Application::SetCompatibleTextRenderingDefault(false);

OpenCV_windows_from_gray::Form1 form;

Application::Run(%form);

}

step7

進入點main

finish

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *