Hi > I think VB only supports automation-enabled COM items (a couple of my own > creations, which have dual interfaces, work just fine), so I'm guessing this > DLL doesn't support automation, only the other type of interface (I'm not > sure exactly what I'm talking about here, but it's something about the dual > interface thing - this DLL probably isn't dual interface).
That could be true. Told you I was rusty. :-) Ok, I assume you're using MSVC7.x? I've just had a look at the tools that come with MSVC6.0 and there are a number of OLE tools. OLE View looks like it might do the job for you. Btw, from your descriptions it sounds like your 3rd party DLL isn't a COM one. Have I got the wrong end of the stick here? Is it just your server which is COM? I think there is also a MSVC tool for looking at regular DLLS. I think it can be done in depends. Regards Paul Paul Grenyer email: [EMAIL PROTECTED] web: http://www.paulgrenyer.co.uk Aeryn: http://www.aeryn.co.uk Heaven can wait. _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
