|
From: Keith M. <kei...@us...> - 2006-12-06 05:58:51
|
On Tuesday 05 December 2006 21:13, Chris Wilson wrote: > I don't know how to figure out which order they are in without trial and > error, or resorting to the VSS SDK. I guess that in either case, I would > not be able to publish a free header for use in MinGW based on such > information. Can anyone see another way to deduce the order of methods in > the vtable? I would have thought, if you can determine it *without* resorting to a study of the VSS SDK headers, by a purely trial and error approach, then that would be a perfectly legitimate way to derive the information you need for a free header; it is, after all, the approach we adopt to fill in the blanks, when the MSDN info is either incomplete, or inaccurate. I do wonder if the difference in order you see, wrt what MSDN leads you to expect, may be because the vtable structure, and hence ordering, may very well differ between MSVC and MinGW? Regards, Keith. |