HDRAWDIB hdd = DrawDibOpen(); //in MFC project
-------------------------------------------------
错误信息:
D:\My Documents\My Projects\Bitmap\BitmapDlg.cpp(175) : error C2065: 'HDRAWDIB' : undeclared identifier
D:\My Documents\My Projects\Bitmap\BitmapDlg.cpp(175) : error C2146: syntax error : missing ';' before identifier 'hdd'
D:\My Documents\My Projects\Bitmap\BitmapDlg.cpp(175) : error C2065: 'hdd' : undeclared identifier
D:\My Documents\My Projects\Bitmap\BitmapDlg.cpp(175) : error C2065: 'DrawDibOpen' : undeclared identifier
怎么回事?