site logo  RexxUtil

HomePage | Categories |* BLOG *| RecentChanges | RecentlyCommented | Login/Register

Revision [813]

Last edited on 2008-03-10 19:14:51 by MikeGreene
Additions:
**General**
As of 6 Mar 2008 it works with the included demo program, cfgtool, archive viewer, and ecsmt; however, more testing should be done. I have a lot of sysstemsort fixed and I am sure sysini is working but not how well it is working.
**Building**
This is easy, if you have Open Watcom set up then just change directory to the root directory of the archive and execute wmake. Additionally, I decided to use the free subversion service provided by [[http://www.assembla.com/ assembla]]. The wikki is [[http://www.assembla.com/wiki/show/rexxutil here]] and the svn area is located here:
TRAC: http://trac2.assembla.com/rexxutil
SVN: http://svn2.assembla.com/svn/rexxutil
**Extra Functions**
Deletions:
====General====
====Building====
This is easy, if you have Open Watcom set up then just change directory to the root directory of the archive and execute wmake.
====Test Results====
As of 6 Mar 2008 it works with the included demo program, cfgtool, archive viewer, and ecsmt; however, more testing should be done.
I have a lot of sysstemsort fixed and I am sure sysini is working but not how well it is working.


Revision [812]

Edited on 2008-03-10 19:07:36 by MikeGreene
Additions:
Contains the math functions from the orexx rexxutil.dll:
- SysPi
- SysSqrt
- SysExp
- SysLog
- SysLog10
- SysSinh
- SysCosh
- SysTanh
- SysPower
- SysSin
- SysCos
- SysTan
- SysCotan
- SysArcSin
- SysArcCos
- SysArcTan
**SysECSVer**
**SysReplaceObject**
orgClass - class being replaced
newClass - new class name
flag -
**SysUtilVersion**
Returns a version of 2.10 to tell difference from older library.
Deletions:
Contains the math functions from the orexx rexxutil.dll SysPi SysSqrt SysExp SysLog SysLog10 SysSinh SysCosh SysTanh SysPower SysSin SysCos SysTan SysCotan SysArcSin SysArcCos SysArcTan
SysECSVer
SysReplaceObject
Function: SysReplaceObject
orgClass - class being replaced
newClass - new class name
flag -
SysUtilVersion Returns a version of 2.10 to tell difference from older library.


Revision [773]

Edited on 2008-03-07 05:09:02 by MikeGreene
Additions:
This is a replacement rexxutil.dll made from toolkit examples, Open OREXX source, and by me recreating source. Part of SysStemSort from regutil 1.26 by Patrick TJ McPhee - see license in sysstem.c. This page is open for comments without registering.
Deletions:
This is a replacement rexxutil.dll made from toolkit examples, Open OREXX source, and by me recreating source. Part of SysStemSort from regutil 1.26 by Patrick TJ McPhee - see license in sysstem.c.


Revision [771]

Edited on 2008-03-07 05:05:55 by MikeGreene
Additions:
This is a replacement rexxutil.dll made from toolkit examples, Open OREXX source, and by me recreating source. Part of SysStemSort from regutil 1.26 by Patrick TJ McPhee - see license in sysstem.c.
The dll and source are located on [[http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=rexxutil.zip&stype=all&sort=date&dir=%2F hobbes (here)]].
I added the following functions:
Contains the math functions from the orexx rexxutil.dll SysPi SysSqrt SysExp SysLog SysLog10 SysSinh SysCosh SysTanh SysPower SysSin SysCos SysTan SysCotan SysArcSin SysArcCos SysArcTan
SysECSVer
Returns the eCS version from the SYSLEVEL.ECS file. SysVersion('ECS') falls through to SysECSVer and if SYSLEVEL.ECS is not found it falls through to SysOS2Ver.
SysReplaceObject
Based on WinReplaceObjectClass as suggested by Rick Walsh.
Function: SysReplaceObject
Syntax: call SysReplaceObject orgClass , newClass, flag
Params:
orgClass - class being replaced
newClass - new class name
flag -
TRUE - Replace the function of orgObject with function of newObject
FALSE - Undo the replacement of orgObject with newObject
Return: 0 if fail, 1 if succeed.
SysUtilVersion Returns a version of 2.10 to tell difference from older library.

This is easy, if you have Open Watcom set up then just change directory to the root directory of the archive and execute wmake.
As of 6 Mar 2008 it works with the included demo program, cfgtool, archive viewer, and ecsmt; however, more testing should be done.
I have a lot of sysstemsort fixed and I am sure sysini is working but not how well it is working.
Deletions:
This is where I'll put all the rexxutil.dll info - coming soon.


Revision [770]

Edited on 2008-03-06 20:28:13 by MikeGreene
Additions:
This is where I'll put all the rexxutil.dll info - coming soon.


Revision [763]

The oldest known version of this page was created on 2008-03-01 14:16:46 by MikeGreene
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.7
Page was generated in 0.2654 seconds