Re: Implementation of EnumMoniker and Partial impl on MkParseDisplayName

2005-03-31 Thread Mike McCormack
Jeff Latimer wrote: Rob, I did not grasp what you meant by this. The examples I looked at to set this up seem to do the way I coded it. If you put the vtable at the end of the file after all the functions are declared, there should be no need to declare any functions as prototypes. Mike

Re: Implementation of EnumMoniker and Partial impl on MkParseDisplayName

2005-03-31 Thread Jeff Latimer
Rob, I did not grasp what you meant by this. The examples I looked at to set this up seem to do the way I coded it. Jeff Robert Shearman wrote: Jeff Latimer wrote: +DWORD runObjTabRegister; /* registration key of the next registered object */ +DWORD currentPos;/* enum po

Re: Implementation of EnumMoniker and Partial impl on MkParseDisplayName

2005-03-28 Thread Robert Shearman
Jeff Latimer wrote: This is the first installment of the implementation of MkParseDisplayName. I would like feed back on style and usage. Ok, I'll happily add comments on the patch. I think the implementation of the EnumMoniker interface looks ok. Comments appreciated. Jeff Latimer --

Re: Implementation of EnumMoniker and Partial impl on MkParseDisplayName

2005-03-28 Thread Mike McCormack
Hi Jeff, Jeff Latimer wrote: This is the first installment of the implementation of MkParseDisplayName. I would like feed back on style and usage. I think the implementation of the EnumMoniker interface looks ok. Comments appreciated. I like that you've taken the time to write a test case! I