mrbar2000 wrote: > Anyone knows who, or have the book "Secrets of Delphi 2". This is very > important for us. We are building a set of framework OO for delphi > win32 called Infra Framework. We are call object's methods passing > parameter (We know that we need use ASM) at run time. We want too > change some VMT method's pointer to others handlers pointers. We are > think that this book have a piece what we want at Chapter 22: Virtual > Method Table.
What in the world does your code do that it needs to muck around in the VMT? The JCL has a set of functions for inspecting a class's virtual- and dynamic-method tables. I've found them more useful for checking and changing _other_ parts of the VMT than the method pointers, such as the class's name and its size. I don't have a copy of that book, but I can probably answer whatever questions you have about the VMT. > Who have interest to know Infra is welcome You might generate more interest if you actually explained what it is. -- Rob ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/i7folB/TM --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

