|
-
Aug 15th, 2007, 05:06 AM
#1
Thread Starter
Addicted Member
TLI(TypeLib) Help, tutorial
Hello,
I'm searching to know what an object made of classes has inside of it, that's to say I want to read all properties, methods, constants... I've found TLI object in TLBINF32.DLL but even with the chm help, I can't manage to make a tree of an object. Do you know a tutorial, clear examples?
I would like particulary to extract collections and variables (even if it is user type), How to do please?
Thanks in advance.
-
Aug 15th, 2007, 05:15 AM
#2
Re: TLI(TypeLib) Help, tutorial
This post shows how to make a List (post #8) and a Tree (post #21) from types inside DLL/OCX Files.
This other post shows how to List all props/subs/functions inside any Object.
Maybe you can take things from both to fill a TreeView based on an Object.
Last edited by jcis; Aug 15th, 2007 at 08:03 AM.
-
Aug 17th, 2007, 09:43 AM
#3
Thread Starter
Addicted Member
Re: TLI(TypeLib) Help, tutorial
What about doing scan on classes? Can we extract general variables?
I would be interesting in saving all memory places of an object made with my classes.
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
|