Typelib Wizard
A Wizard can be viewed as a piece of code invoked in response to a user command (usualy a
toolbar button); it can process typelibs in a flexibe way by using custom scripts that look likes
ASP pages.
It's possible to specify custom Propertie Pages for each wizard. Through these property pages
wizards can collect as much information as needed and turn it available to its associated script.
Nowadays, Typelib Wizard ships with two built in wizards:
- ASP page generator: Generates sample ASP page for SNA/HIS "transactions" (typelibs)
- CPP code generator: Generates skleton code to call SNA/HIS "transactions" (typelibs) in C++.