VX-REXX Splitbar: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The VX-REXX SplitBar class was provided by [[Watcom]] as sample code in the [[VX-REXX Object Development Kit]]. However, Watcom did not provide any pre-compiled version. | |||
The VX-REXX SplitBar class was provided by Watcom as sample code in the VX-REXX Object Development Kit. | |||
This package is simply a pre-built version of that sample code, integrated into the basic class framework. | This package is simply a pre-built version of that sample code, integrated into the basic class framework. (The ODK license terms are unclear, but there do not appear to be any restrictions on the sample programs.) | ||
The class | The class library ([[VRSPLITB.DLL]]) contains only this one object class. The same DLL acts as both the developer's library and the public runtime. | ||
;Files | |||
* [[VRSPLITB.DLL]] | * [[VRSPLITB.DLL]] | ||
==License== | ==License== | ||
* Sample code | * Sample code | ||
* Author: Watcom | |||
* Alex Taylor | * Alex Taylor | ||
==Links== | ==Links== | ||
* Download: [ftp://cyberia.dnsalias.com/pub/filebase/gfd/dev/rexx/vrx-splt.zip vrx-splt.zip] | |||
[[Category: | [[Category:VX-REXX]] |
Latest revision as of 02:06, 21 March 2018
The VX-REXX SplitBar class was provided by Watcom as sample code in the VX-REXX Object Development Kit. However, Watcom did not provide any pre-compiled version.
This package is simply a pre-built version of that sample code, integrated into the basic class framework. (The ODK license terms are unclear, but there do not appear to be any restrictions on the sample programs.)
The class library (VRSPLITB.DLL) contains only this one object class. The same DLL acts as both the developer's library and the public runtime.
- Files
License
- Sample code
- Author: Watcom
- Alex Taylor
Links
- Download: vrx-splt.zip