| OCX.SLL | OCX wrapper library |
| OCX.ST | Source files |
| OCX Doit.txt | Demo expressions |
| ARBase.sll | Alejandro Reimondo base components SLL |
| ARPatchs.sll | Patches and bug fixes |
| vreg31w.sll | Registration Database Support |
| voleb31w.sll | OLE COM Support |
| volec31w.sll | OLE Container Support |
| volex31w.sll | OLE Control Support |
The following additional libraries should be loaded to be able to use
the 'browseClass' option in the OCX Test window:
| ARAddIns.sll | SelfDefinedStructures Support |
| ARMisc.sll | Miscellanous additions |
| ARDev.sll | Development Tools |
SmalltalkLibraryBinder bindTo:'OCX'
The OCX.sll library will automatically bind the minimum required libraries if they have not already been bound to the image. Evaluate the following to install all libraries:
#('OCX' 'ARAddIns' 'ARMisc' 'ARDev') do:[:lib|SmalltalkLibraryBinder bindTo: lib].
"Building OCXWrapper for MsCalendar OCX"
OCXFrameworkBuilder buildClassesFor: 'MSCAL.Calendar' mask: 'cal'.
To generate classes for the MSChart control and open a test window evaluate:
OCXFrameworkBuilder buildClassesFor: 'MSChartLib.MSChart' mask: 'chart'.
The first parameter of method #buildClassesFor:mask: should be the PROGID of the OCX control and the second parameter is the prefix to be attached to the names of classes that will be autogenerated as subclasses of OCXTest, OCXEvent, and OCXError.
Links to:
The
ObjectShare web site
VisualSmalltalk
Product Support
ObjectShare's
Online Documentation Site