Click to See Complete Forum and Search --> : Declare a classic DLL (Not an ActiveX)
isabelle
February 22nd, 2000, 03:04 PM
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
Kyle Burns
February 22nd, 2000, 03:14 PM
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.
Atlantisoft
February 23rd, 2000, 06:27 AM
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
King Louis
March 11th, 2000, 01:17 PM
If you like to create a DLL in VC++ and only want to use it in VB, I could send you some code.
Email: King.Louis@t-online.de
March 11th, 2000, 05:17 PM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.