|
-
Nov 6th, 2000, 12:04 PM
#1
Thread Starter
New Member
Can you declare functions for a DLL created in VB? If so, does it gain you anything over referencing the DLL?
-
Nov 6th, 2000, 01:03 PM
#2
Nope, you can only create ActiveX DLLs in VB, therefore you will need to reference them. If you create static DLLs in C/C++ then you wil need to use Declare statement in order for you to use them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|