Home > database >  Pbfunc. DLL how to use
Pbfunc. DLL how to use

Time:10-09

Pbfunc. DLL this how do use in PB, not quote, also won't statement,,, online, etc.

CodePudding user response:

This is the development of some comrades, seems to need to pay, but not much,

CodePudding user response:

Which one do you want?

The Function long ParseString (long ss, ref blob data) LIBRARY "pbfunc. DLL
"The Function long ParseString (long ss, ref string data) LIBRARY "pbfunc. DLL
"The Function long ParseStringstream (long ss, ref blob data) LIBRARY "pbfunc. DLL
"The Function long ParseStringstream (long ss, ref string data) LIBRARY "pbfunc. DLL
"Function long ReleaseString (ss) LIBRARY "pbfunc. DLL
"Function long ReleaseStringstream (ss) LIBRARY "pbfunc. DLL
"The Function long base64decode (string encodedata, ref blob decodedata) LIBRARY "pbfunc. DLL" ALIAS FOR "base64decode; Ansi
"The Function long base64decode (string encodestr, ref string decodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "base64decode; Ansi
"The Function long base64encode (blob data, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "base64encode; Ansi
"The Function long base64encode (string STR, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "base64encode; Ansi
"The Function long gbktoutf8 (string SRC, ref blob utf8, ref long l) LIBRARY "pbfunc. DLL" ALIAS FOR "gbktoutf8; Ansi
"The Function long genqrcodebmp (string data, string bmpfile) LIBRARY "pbfunc. DLL" ALIAS FOR "genqrcodebmp; Ansi
"The Function long genqrcodedwstring (blob data, string band, long wisco, long lly, long LLW, long ll_row, string scolor, ref long dwstring, ref long dwlen) LIBRARY "pbfunc. DLL" ALIAS FOR "genqrcodedwstring; Ansi
"The Function long genqrcodedwstring (string data, string band, long wisco, long lly, long LLW, long ll_row, string scolor, ref long dwstring, ref long dwlen) LIBRARY "pbfunc. DLL" ALIAS FOR "genqrcodedwstring; Ansi
"The Function long gethanzipinyin (string hanzi, ref string pinyin) LIBRARY "pbfunc. DLL" ALIAS FOR "gethanzipinyin; Ansi
"The Function long parsestring (long ss, ref string data) LIBRARY "pbfunc. DLL" ALIAS FOR "parsestring; Ansi
"The Function long parsestringstream (long ss, ref string data) LIBRARY "pbfunc. DLL" ALIAS FOR "parsestringstream; Ansi
"The Function long uridecode (string encodestr, ref blob decodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uridecode; Ansi
"The Function long uridecode (string encodestr, ref string decodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uridecode; Ansi
"The Function long uriencode (blob HTTPSTR, string resvered, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uriencode; Ansi
"The Function long uriencode (string HTTPSTR, string resvered, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uriencode; Ansi
"The Function long uriencode2 (blob HTTPSTR, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uriencode2; Ansi
"The Function long uriencode2 (string HTTPSTR, ref string encodestr) LIBRARY "pbfunc. DLL" ALIAS FOR "uriencode2; Ansi
"The Function long utf8togbk (blob SRC, ref string GBK, ref long l) LIBRARY "pbfunc. DLL" ALIAS FOR "utf8togbk; Ansi"

CodePudding user response:

To the resource sector search, there should be able to search to the reference instance,

CodePudding user response:

Function genqrcodedwstring parameters that is not very clear, can to talk about?
  • Related