PatrickIRL
Programmer
- Jun 25, 2003
- 383
I come from a VB background and have created DLLs using VB but now I want to try using MSVC++.
I know this has been done to death here but I'm looking for something different.
I want to write a DLL in MSVC++ that I can use from VB6. All the examples I've seen here require a declaration in VB for every function that you need. What I would like to be able to do is reference the DLL in Project/References and then use the DOT operator to access the various functions.
Eg, if my DLL is called MyDLL then in VB I want to be able to use code such as MyDLL.Function1
Is this possible??
Thanks in advance,
Patrick
I know this has been done to death here but I'm looking for something different.
I want to write a DLL in MSVC++ that I can use from VB6. All the examples I've seen here require a declaration in VB for every function that you need. What I would like to be able to do is reference the DLL in Project/References and then use the DOT operator to access the various functions.
Eg, if my DLL is called MyDLL then in VB I want to be able to use code such as MyDLL.Function1
Is this possible??
Thanks in advance,
Patrick