On Mon, 23 Sep 2002, Yong Chi wrote:
Hello! I am one of those lurkers who finally decide to write code after many attempts.
I declared a COM class best I can from looking at other COM class but I am getting syntax errors. I could not find any guide/manual on COM development.
Can someone help or point to a guide on COM development?
For Wine's way of declaring COM interfaces, the best is to read the ocmments in 'include/wine/obj_base.h'.