
Using VB5 COM objs in C++ w/out MFC ?s
Hi,
I've created a couple of COM objects in VB5 and was wondering if there
is anyway that I can use these objects from within my ATL VC++ app
without using MFC. My client code wasn't written with MFC and I see
that the only way described to access the typelib is through the proxy
class generated by the MFC classwizard. This seems like a bit of
overkill if my app has no other need for MFC.
Is there anyway to generate the necessary .H and .C files similar to
what would be created by mktyplib.exe?
Thanks in advance, Derek