|
-
February 22nd, 2000, 04:04 PM
#1
Declare a classic DLL (Not an ActiveX)
Hello!
Somebody can tell me how to declare and use a classic DLL (not ActiveX). I worked a lot with AX but never with classic DLL.
Help me please!!!
Isabelle
-
February 22nd, 2000, 04:14 PM
#2
Re: Declare a classic DLL (Not an ActiveX)
I don't think you can make a non-ActiveX DLL with VB. ActiveX is pretty much just a fancy way of saying it uses COM. Since the underlying workings of VB is COM, any DLL you create will implement COM.
-
February 23rd, 2000, 07:27 AM
#3
Re: Declare a classic DLL (Not an ActiveX)
Kyle's right, you can't make a normal windows dll through VB. I've tried many times and asked around, just never worked. sorry
-
March 11th, 2000, 02:17 PM
#4
Re: Declare a classic DLL (Not an ActiveX)
If you like to create a DLL in VC++ and only want to use it in VB, I could send you some code.
Email: [email protected]
-
March 11th, 2000, 06:17 PM
#5
Re: Declare a classic DLL (Not an ActiveX)
just set the standard project as - save as dll . for this
go to project -> save as dll , this dll can be used only within the project
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
|