DLL Error...

Post Reply
compaqt
Posts: 34
Joined: Wed Jun 17, 2009 5:52 pm

DLL Error...

Post by compaqt »

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
Post Reply