Doyle:

> Never mind, found it. Is there any way to use these classes
> (ExtensionAPI,Extension in Extender.h) in 'C'?

   Yes, it should be possible to call and implement these C++
interfaces from C. An interface defines a vector of function pointers
(vtable), each function in the vector taking an initial 'this' pointer
as well as the other arguments. Documentation on calling COM or XPCOM
from C or on the C++ object model should help.

   Neil

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to