void CTestDllDlg::ShowArray(int[] pnArray,UINT unCount)与void CTestDllDlg::ShowArray(int* pnArray,UINT unCount)相同吗,如果相同为什么前一种申明方式会报错!
错误信息为E:\programe design 5_6\TestDll\TestDllDlg.cpp(197) : error C2146: syntax error : missing ')' before identifier 'pnArray'
E:\programe design 5_6\TestDll\TestDllDlg.cpp(197) : error C2146: syntax error : missing ';' before identifier 'pnArray'
E:\programe design 5_6\TestDll\TestDllDlg.cpp(197) : error C2244: 'CTestDllDlg::ShowArray' : unable to resolve function overload
E:\programe design 5_6\TestDll\TestDllDlg.cpp(197) : fatal error C1004: unexpected end of file found