Are there any (wine) pointers on implementing a new (stubbed) COM interface?
You will need to update the corresponding urlmon.h header file too, so that it can be used by C code. You can do this by running "make idl" in the wine/include/ directory.
Yes, I expected something like that too.. On a side note, why is this not done during the "regular make" process?
Lionel Ulmer had a script to create a stubbed out COM interface, so maybe he could give you the script or create the interface for you.
Any idea why this script is not in the wine tree somewhere? (tools/?) --- Jeroen