Welcome to my little IDispatchCodeGenerator project!
What is this IDispatchCodeGenerator?
IDispatchCodeGenerator is a code generator for Windows. It adds an IDispatch-interface to your class(es). Generated code is in C++.
This project is created on november 2008.
More on IDispatch..
IDispatch is a standard interface to access methods and properties of a class.
IDispatch helps you make a class accessible for Visual Basic (6.0 and .NET), VBScript and Javascript.
It also makes a class accessible using late-binding.
More info on: IDispatch on Wikipedia.
Feel free to use my project and to give me any comments.
To see more of my projects go to www.be-sure-soft.com
Greetings,
Mark Ament