当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 软件名称:财智老板通 下载地址:http://www.imoney.com.cn/download/software/mb3setup.exe 功能、界面都很不错,我想知道软件中所用到的vcl都叫什么名字,在什么地方可以下载到。 ......
 ·dtd和schema的区别是什么    »显示摘要«
    摘要: 共同点有是什么? 现在在用那个? ......


怎样获取本机的MAC地址

RT

NO.1   作者: Libran

#include   "objbase.h"  
  void   __fastcall   TForm1::Button1Click(TObject   *Sender)  
  {  
          TGUID   guid;  
          WideChar   WCLID[128];  
          int   Start;  
          CoCreateGuid(&guid);  
          StringFromGUID2(guid,WCLID,sizeof(WCLID)/2);  
          Edit1->Text   =   WideCharToString(WCLID);  
          Start   =   Edit1->Text.Length()-12;  
          Edit2->Text   =   Edit1->Text.SubString(Start,12);  
  }  
 


 ·求助    »显示摘要«
    摘要: 希望高手的指点!怎么转换呀! d:\vc\ch_3\eg1.cpp(22) : error c2440: = : cannot convert from void * to struct hbrush__ * conversion from void* to pointer to non-void requires an explicit cast 告诉我呀!谢谢了。 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE