scripting
Is it possible for a scripting program to access classes and member functions without having the header for each class and without making wrapper functions for the class.
http://mazurek.dhs.org/3d/
The simple answer is no.
However, if you''re using MIDL to generate your interfaces, you can derive all the exposed classes from IDispatch and create dual interfaces for them so you can access type information programatically without the need for explicit headers. Check out http://msdn.microsoft.com/library under OLE Automation for more information.
MSN
However, if you''re using MIDL to generate your interfaces, you can derive all the exposed classes from IDispatch and create dual interfaces for them so you can access type information programatically without the need for explicit headers. Check out http://msdn.microsoft.com/library under OLE Automation for more information.
MSN
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement