I have a series of instances where I need to call a DLL, non-COM, from VB. Calling a function is easy - I do that all the time. Even if I have a non stdcall function, I use a helper C++ DLL to call it and pass it through.

But what if I need to call a CLASS within a non-COM DLL? How is this done? Can anyone point to some sample code or a reference where it is explained how to do this?

Garth Hjelte
[email protected]