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:
00979050
Vues:
40
>Do you've declaration for C++ or VB for this DLL? Can you post it?
>>
>>from VB6:
>>
Public Declare Function BUICScan& Lib "BUICAP32.DLL"
>(ByVal iJob&, ByVal lpFront$, ByVal FLen$, ByVal lpBack$,
>ByVal BLen$, ByVal LpCode$, ByVal LpLen$)
>
>With my limited VB knowledge, VFP declaration seem to be correct. Are all those input parameters or some of the are output ? Do you have sample call in VB?

Here is allof what I could find (i am not a vb person)
Public Declare Function BUICScan& Lib "BUICAP32.DLL" (ByVal iJob&, ByVal lpFront$, ByVal FLen$, ByVal lpBack$, ByVal BLen$, ByVal LpCode$, ByVal LpLen$)
'// Declares for BuicScan
    Dim FLen As String * 255
    Dim BLen As String * 255
    Dim CodeLen As String * 255
    Dim mstrMICR As String * 255
    Dim mstrFront As String
    Dim mstrBack As String
mlngReturn = BUICScan(mlngSides, mstrFront, FLen, mstrBack, BLen, mstrMICR, CodeLen)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform