|
-
Oct 1st, 2001, 08:30 AM
#4
New Member
To make a DLL in VB 5/6 is easy :-
1) open VB
2) choose "ActiveX DLL Project" from the New Project dialog
3) write it
4) compile it
5) reference it in another project to use it
ok so that sounds easy enough, question is - what do you want to write a DLL for ? A DLL is typically made to expose a class model or other services (such as specific device services) to another (client)program - is this what you're trying to do ?
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
|