Home > database >  Booz fiscal interface gibberish
Booz fiscal interface gibberish

Time:09-15

Pb call booz fiscal interface the return value is the code, how to solve?

CodePudding user response:

Stick call interface code, if is a DLL, generally is the result of the statement did not increase the ANSI, such as

The Function long lstrcpy (ref string Destination, ref string Source) library "kernel32. DLL" ALIAS FOR "lstrcpy";

Should be

The Function long lstrcpy (ref string Destination, ref string Source) library "kernel32. DLL" ALIAS FOR "lstrcpy; ANSI ";

CodePudding user response:


  • Related