| 发表于:2007-03-31 16:34:07 楼主 |
drawlconex这个函数总是错误为什么呀,错误是没有定义 这是为什么呀? error: e:\zhang\shuai\shuai.cpp(39) : error c2065: 'drawlconex ' : undeclared identifier #include "stdafx.h " #include <shellapi.h> #include <winuser.h> //#include <usser32.lib> //using namespace std; int apientry winmain(hinstance hinstance, hinstance hprevinstance, lpstr lpcmdline, int ncmdshow) { // todo: place code here. hicon hicon; hdc hdc; hwnd hwnd; hinstance hinst; hdc=getdc(hwnd); hicon=extracticon(hinst, "c:\\windows\\system\\shell32.dll ",1); drawicon(hdc,0,0,hicon); drawlconex(hdc,0,0,hicon,null,di_normal); // drawlconex(); return 0; } |
|
|
|
|