Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Byte array
Message
From
14/05/2010 09:38:58
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Byte array
Environment versions
Visual FoxPro:
VFP 9
OS:
Vista
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01464557
Message ID:
01464557
Views:
268
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
Next
Reply
Map
View

Click here to load this message in the networking platform