What about automatical IDispatch wrapper for any ST-object?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

What about automatical IDispatch wrapper for any ST-object?

Pavel
Hi all!
It would be nice to have such ability.
COM Interface IDispatch and standart message dispatching in ST-object seems
very similar.
Simple COM data-type (numbers , BSTR) converts to ST-objects nicely.

What basic ways are possible for realization of it? ( primitive or ... or
... or )

For example, for any .Net object similar ability enabled by default.

Pavel