- UID
- 4614
注册时间2005-11-12
阅读权限8
最后登录1970-1-1
初入江湖
该用户从未签到
|
VB编译,不是可执行文件,编译好为.GCA的,简单的VB 串比较,代码如下:
Declare Function open_file_dialog(dialog_title as string,Put_Str as string,Open_Option as integer,File_Attr as string) as string
Declare Sub Get_PCB_Info(TopYesNo as boolean,Read_Write as boolean,Ordir as string)
Sub Main()
Dim SaveFile_Path as string,ImportFile_Path as string,ordir as string,ordrive as string
Const security as long = 52545663
Const password as integer = 8271
'if not GCBHardwareKey = security / password then
' msgbox "Key 号码不对,请洽厂商"
' end
'end if
请问各位兄弟。.gca的文件我该怎么下手。
附件为源代码与编译好的插件
源代码可以用记事本打开
[ Last edited by 流水无情 on 2005-11-12 at 05:46 PM ] |
-
-
编译好.rar
6.81 KB, 下载次数: 4, 下载积分: 飘云币 -2 枚
-
-
源代码.rar
4.18 KB, 下载次数: 2, 下载积分: 飘云币 -2 枚
|