O
Ole Nielsby
I want office automation in a custom scripting language.
I can create Word.Application and Excel.Applicaton objects
but they don't have an IDispatch interface.
How do scripting languages handle this?
Do they use the CreateStdDispatch function, or do they
provide their own wrappers based on DispInvoke?
What happens when methods return other objects? Is there
a simple way to make them IDispatch-able?
I can create Word.Application and Excel.Applicaton objects
but they don't have an IDispatch interface.
How do scripting languages handle this?
Do they use the CreateStdDispatch function, or do they
provide their own wrappers based on DispInvoke?
What happens when methods return other objects? Is there
a simple way to make them IDispatch-able?