|
-
Mar 24th, 2002, 12:37 PM
#1
Thread Starter
New Member
DLL functions
how can I create a VB6 DLL with functions for use with my projects?.
-
Mar 24th, 2002, 03:04 PM
#2
You cannot.
If you want a dll that exports functions you have to use C++ to write it.
The only type of dll you can create from VB is an ActiveX component - a COM server.
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
|