Creation of traditional DLL in VB 6.0
Greetings
Do I understand that in VB 6.0 DLL cannot be created like in Delphi or C++, alone ActiveX DLL can be created, but would I like to know there is some form of creating a traditional DLL (Like in C++ or Delphi) in VB 6.0?
Thanks :)
[261 byte] By [
nlsgarcia] at [2007-11-11 8:03:50]

# 1 Re: Creation of traditional DLL in VB 6.0
The following comment by "JDT" in an ActiveX DLL tutorial on the xtremevbtalk forum a few years back,
"You can make a *real* Dll in VB and declare it like the API calls you might have used but this can't be done with ActiveX. ActiveX is much more preferable. Unless you know C, this is quite difficult,"
would seem to indicate that this might indeed be possible, if so I would like to know more on the subject myself.
:TY