
Is a VB 5.0 ActiveX DLL Compatible with VC 5.0
I have just built an activex DLL component in VB5.0 that encapsulates
ODBC functionality. I need to use this from VB 5.0 and Visual C++ 5.0.
I've been struggling at work for two days to get VC/MFC to "wizard" the
DLL, but it keeps passing NULL to IDISPATCH. I can't seem to find any
documentation that tells you how to build a C++ client for an activex
DLL server built with VB.
If someone knows how to do this, or where to find the answer, I would be
very appreciative.
Frank