created a class in VC++ and put in a .dll how do i access that class (creat objects) in VB using the .dll file.
Printable View
created a class in VC++ and put in a .dll how do i access that class (creat objects) in VB using the .dll file.
You can't. To use a class in VB you'd need to make it as a COM object. Look in the Platform SDK for details, and there should be some stuff on PSC.
But when we get our new COM forum... ;)