pbfunc.dll這個怎么在PB中用啊,不會參考,也不會宣告。。。 在線等
uj5u.com熱心網友回復:
這個是某些同志開發的,貌似需要付費,但不多。uj5u.com熱心網友回復:
你要哪一個?Function long ParseString (long ss,ref blob data) LIBRARY "pbfunc.dll"
Function long ParseString (long ss,ref string data) LIBRARY "pbfunc.dll"
Function long ParseStringstream (long ss,ref blob data) LIBRARY "pbfunc.dll"
Function long ParseStringstream (long ss,ref string data) LIBRARY "pbfunc.dll"
Function long ReleaseString (long ss) LIBRARY "pbfunc.dll"
Function long ReleaseStringstream (long ss) LIBRARY "pbfunc.dll"
Function long base64decode (string encodedata,ref blob decodedata) LIBRARY "pbfunc.dll" ALIAS FOR "Base64Decode;Ansi"
Function long base64decode (string encodestr,ref string decodestr) LIBRARY "pbfunc.dll" ALIAS FOR "Base64Decode;Ansi"
Function long base64encode (blob data,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "Base64Encode;Ansi"
Function long base64encode (string str,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "Base64Encode;Ansi"
Function long gbktoutf8 (string src,ref blob utf8,ref long l) LIBRARY "pbfunc.dll" ALIAS FOR "GbkToUtf8;Ansi"
Function long genqrcodebmp (string data,string bmpfile) LIBRARY "pbfunc.dll" ALIAS FOR "GenQRCodeBmp;Ansi"
Function long genqrcodedwstring (blob data,string band,long llx,long lly,long llw,long ll_row,string scolor,ref long dwstring,ref long dwlen) LIBRARY "pbfunc.dll" ALIAS FOR "GenQRCodeDWString;Ansi"
Function long genqrcodedwstring (string data,string band,long llx,long lly,long llw,long ll_row,string scolor,ref long dwstring,ref long dwlen) LIBRARY "pbfunc.dll" ALIAS FOR "GenQRCodeDWString;Ansi"
Function long gethanzipinyin (string hanzi,ref string pinyin) LIBRARY "pbfunc.dll" ALIAS FOR "GetHanziPinyin;Ansi"
Function long parsestring (long ss,ref string data) LIBRARY "pbfunc.dll" ALIAS FOR "ParseString;Ansi"
Function long parsestringstream (long ss,ref string data) LIBRARY "pbfunc.dll" ALIAS FOR "ParseStringstream;Ansi"
Function long uridecode (string encodestr,ref blob decodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIDecode;Ansi"
Function long uridecode (string encodestr,ref string decodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIDecode;Ansi"
Function long uriencode (blob httpstr,string resvered,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIEncode;Ansi"
Function long uriencode (string httpstr,string resvered,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIEncode;Ansi"
Function long uriencode2 (blob httpstr,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIEncode2;Ansi"
Function long uriencode2 (string httpstr,ref string encodestr) LIBRARY "pbfunc.dll" ALIAS FOR "URIEncode2;Ansi"
Function long utf8togbk (blob src,ref string gbk,ref long l) LIBRARY "pbfunc.dll" ALIAS FOR "Utf8togbk;Ansi"
uj5u.com熱心網友回復:
到資源板塊那里搜一下,應該可以搜到參考的實體。uj5u.com熱心網友回復:
函式genqrcodedwstring的引數說明不太清楚,能給講講嗎?轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/11592.html
標籤:基礎類
