1、VCtoDelphiDelphi源程序:library ExportChartData; uses SysUtils, Classes; {$R *.res} const DLL_VER : Word = $0001; function GetVer: Word; begin Result := ...……
首先有两个自定的转换函数:functionmyStrToHex(s:string):string;//字串转16进制 var TmpStr:string; i:integer; begin TmpStr:=''; fori:=1toLength(s)do TmpStr:=TmpStr+IntToHex(ord(s), ...……