Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Custom Win32 Dll
Message
 
 
À
29/05/2001 07:48:53
Information générale
Forum:
Visual C++
Catégorie:
Autre
Divers
Thread ID:
00512137
Message ID:
00512293
Vues:
14
>I created a Win32 Dll using VC++ now I want to call a exported function in my VB Application? Since Win32 Dll does not have DllRegisterServer function that cannot be Registered and thus cannot be Included by Reference.
>So,how can I call that function implemented in the Dll?

You would declare it like you would a WinAPI function. Ex.
Declare Function MyFunction Lib "MyDLL" Alias "SomeALias" (ByVal param1 As Long)
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform