FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DLL Error...
Posts: 34
Joined: Wed Jun 17, 2009 05:52 PM
DLL Error...
Posted: Fri Aug 30, 2013 03:55 PM
VB based dll api syntex is as follows:

Function FSDKVB_GetCameraList( ByRef CameraList As Variant, ByRef CameraCount As Long ) As Long

How can I declare the DLL32 Function ..... for this API?

I tried:
DLL32 FUNCTION FSDKVB_GetCameraList( @aCameras AS PTR, @nCameras AS PTR ) AS LONG PASCAL LIB "facesdk-vb.dll"

but the program exits without any error at this point.
Gagan Raj
GTalk: csplsurat@gmail.com
WhatsApp: +91 9879000301

Continue the discussion