1
我是新來的Visual C++,所以請不要咬我的頭。我無法弄清楚爲什麼我得到這個錯誤。我在Form1.h中添加了一個Parts.h,我相信我有正確的代碼來調用它。如果有人能幫我把這個權利,我將不勝感激。的Visual C++編譯器錯誤2061
這是錯誤:
Error 1 error C2061: syntax error : identifier 'Parts' c:\users\*********\documents\visual studio 2005\projects\machinev.2\machinev.2\Form1.h 116
這是代碼:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
Parts ^Parts = gcnew Parts();
Parts->ShowDialog();
非常感謝你。我應該知道這是非常基本的,但非常感謝你。 – bigbaz34