Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C++ Dlls
Message
De
08/04/2004 19:45:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
C++ Dlls
Divers
Thread ID:
00893443
Message ID:
00893443
Vues:
55
Hi

I have a SDK of C++ Dll''s and was looking for some help on how to use them in VFP.

For example I have the following function in one of the DLL's

BOOL LIBAPI MT_SDKInit (DWORD ulReserved);

Parameters

ulReserved reserved for future use, currently set to NULL

Returns

Boolean Returns TRUE (1) if initialization is successful, FALSE (0) if not
Remarks

This function performs initialization of the SDK and all its components. It should be called once at application startup. If initialization fails, it is recommended to inform the user and exit the program.

I am trying something like this and get a cannot find entry point in dll..
Any help in getting started would be nice :)

DECLARE integer MT_SDKInit IN mtls.dll string
?MT_SDKInit("")


THanks

Paul
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform