Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Declare dll call caused an exception
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP2
Network:
Windows 2000 Pro
Database:
Visual FoxPro
Divers
Thread ID:
00979001
Message ID:
00981788
Vues:
43
If You want You can send it to me.


>>Post it. Let's fight with it :o)))
>but they are over 130KB.
>Here is the particular code call from the C source:
>
>         ret = BUICScan(iFormat,OutputFileNameFront, FrontSize,
>              OutputFileNameBack, BackSize, MCode, MCodeSize);
>
>and here is the 'definition' from the .H file
>
>/*-----------------02-18-97 12:18pm-----------------
>  BUICScan - Scan one check and place the image
>      in the files named by the passed parameters.
>      iJobType specifies which images (information)
>      is captured and stored.
>
>  PARAMETERS:
>      iJobType    -
>                     1 - Front
>                     2 - Back
>                     3 - Front and Back
>                     4 - MICR
>                     5 - Front and MICR
>                     6 - Back and MICR
>                     7 - Front, Back and Micr
>      lpFront     -  File name for front of the check image.
>      lpLenFront  -  Length of the file (ASCII) for the front of the check image.
>      lpBack      -  File name for back of the check image.
>      lpLenBack   -  Length of the file (ASCII) for the back of the check image.
>      lpCode      -  File name for MICR of the check.
>      lpLenCode   -  Length of the file (ASCII) containing the MICR.
>
>  RETURN:
>      TRUE                    - Everything okay.
>      BUIC_ERROR_NOINIT       - Have not initialized the scanner
>                                before starting this scan.
>      BUIC_ERROR_BADJOB       - Job type not within range of known types.
>
>--------------------------------------------------*/
>CFUNCTIONSDLLCALLS int FAR PASCAL BUICScan(int iJobType,
>                            LPSTR lpFront, LPSTR lpLenFront,
>                            LPSTR lpBack, LPSTR lpLenBack,
>                            LPSTR lpCode, LPSTR lpLenCode);
>
>
>
>Thanks.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform