Hola:
Necesito llamar a una funci贸n de una .dll externa que tiene que devolver .t. o .f.:
bool WLIsProtected(void);
en [Visual Basic]
<DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)>
Public Shared Function WLIsProtected()as Boolean
End Sub
Mi c贸digo es:
Pero siempre me devuelve .f.
驴Hago algo mal?
Muchas gracias.
Necesito llamar a una funci贸n de una .dll externa que tiene que devolver .t. o .f.:
bool WLIsProtected(void);
en [Visual Basic]
<DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)>
Public Shared Function WLIsProtected()as Boolean
End Sub
Mi c贸digo es:
DLL32 FUNCTION IsProtected() AS BOOL PASCAL FROM "WLIsProtected" LIB "WinlicenseSDK.dll"Pero siempre me devuelve .f.
驴Hago algo mal?
Muchas gracias.
Saludos / Regards,
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40