Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Byte array
Message
De
14/05/2010 09:38:58
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Byte array
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01464557
Message ID:
01464557
Vues:
276
Hi!
Someone could help me to create a byte array and pass it to an ActiveX?

PS: here is the VB original code that I've tried to translate, but I don't get the byte array working as expected in VFP.
Dim minData1() as Byte
Dim minData2() as Byte
Redim minData1(FpLibXCapture.MinutiaeSize) as Byte
Redim minData2(FpLibXCapture.MinutiaeSize) as Byte
If FpLibXCapture.LiveCapture(timeout, image_quality) = True then
If FpLibXCapture.GetMinutiaeData(minData1) = True thenTo do your code
End If
Else
If FpLibXCapture.LiveCapture(timeout, image_quality) = True then
If FpLibXCapture.GetMinutiaeData(minData2) = True thenTo do your code
End If
End If
FpLibXVerify.SecurityLevel = 5
If FpLibXVerify.Register(minData1, minData2) = True thenSave two minutia data to files.
End If
Thanks a lot!
Emerson Santon Reed
"One Developer CAN Make a Difference. A community CAN make a future." - Craig Boyd
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform