| ||||||||
|
What's an object browser?An object browser is a tool that allows you to browse the contents of a type library.
What's a type library?A type library is a binary file that maps methods (among other things) in a common format, enabling other COM applications to read and use them. Type libraries are typically distributed as part of an ActiveX component and are bound to the EXE, DLL or OCX. RAD tools, such as VB, allow you to program with objects using information found in type libraries. The Desert Hill ObjectBrowser allows you to conveniently display this information to the programmer.
I installed the Desert Hill TypeLibAccess and ran the sample application, now what?Now you're ready to use Desert Hill TypeLibAccess to access the contents of a type library, including ones you've developed yourself. Create an instance of the TypeLibAccess Libraries collection, then use the Add method to add your type library. Please see the Developer Notes page for some sample code.
The Add method has several different ways to add a type library, does it matter which method is used?You can add a type library by specifying a ProgID, GUID, filespec of a tlb file, or filespec of an exe, dll, ocx or other module. Depending on how you want to use the the object browser determines which method you want to use. If you want the object browser to display the latest type library associated with an object, specify the ProgID. If you want the object browser to display a specific type library in a specific file, specify the filespec. If you want the object browser to display the library associated with a specific GUID, specify the GUID.
Can I use Desert Hill TypeLibAccess to generate a list of the context id's needed for our object model's help file?Yes you can. Once your type library is added, you can iterate through the members of the type library and access the MemID property to generate your file. The ObjectLibrarySearch sample program demonstrates iterating through a type library.
What's the license agreement? Are there run-time license fees?You can view the license agreement here. There are no run-time license fees. You only need one license/developer. Team & Site licenses are available at a discount. Contact our sales team at sales@deserthill.com for more information.
We have a single large project with several developers, only one developer works on the embedded object browser which use the Desert Hill TypeLibAccess control. Do I have to get a license for each developer on the project, even though they do not work on that part of the code?You only need one license/developer that is actually developing with the Desert Hill TypeLibAccess. In this case, you would need only one license.
| |||||||||||||||||||||
|