平台 6410+CE6.0用DM9000A网络可以正常NK,用DM9000C不可以,提示如下信息:DM9000 ID is 0x90000a46INFO: Probe: DM9000 is detected.DM9000: MAC Address: 0:11:22:33:44:55System ready!Preparing for download...INFO: *** Device Name
代码如下:char buff[10];CClientDC dc(this);sprintf(buff,"[%o3d,%03d]",point.x,point.y);dc.TextOut(20,20,buff,strlen(buff));代码的意思是把鼠标当前位置输出提示'TextOut' : is not a member of 'CClientDC'请问是怎么回事?