|
-
September 24th, 2001, 04:41 AM
#1
Reading classes from COM+ DLL
Is it possible to read names of the classes from COM+ DLL
in VB. Not from COM+ catalog but directly from file.
-
September 25th, 2001, 07:46 PM
#2
Re: Reading classes from COM+ DLL
Hi
I'm not sure if this will access COM+ but I expect it should.
Try using the TypeLib Information (TLBINF32.DLL) reference.
Create a TLIApplication and use TypeLibInfoFromFile(DLLFilename) function and then I think it provides further enumeration functions.
Hope this works
Andrew
-
September 28th, 2001, 04:47 AM
#3
Re: Reading classes from COM+ DLL
Thanks,
that is what I was looking for.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|