On Mon May 5 15:32:47 2025 +0000, Rémi Bernon wrote:
Unless there's a reason not to (which I may have missed as I'm not looking into the details), you should use the IVector implementation from w.g.i as well, it's generic and should work for anything that implements IInspectable. You only need to provided it with the right IIDs as it erases the element type otherwise.
Right, I'm not sure why I reimplemented all of this in the first place. Replaced with the w.g.i code in the latest revision.