Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom Win32 Dll
Message
 
 
To
29/05/2001 07:48:53
General information
Forum:
Visual C++
Category:
Other
Miscellaneous
Thread ID:
00512137
Message ID:
00512293
Views:
13
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform