REXXSEM: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
RXSem is also developer-friendly with a unique capability for returning error messages that describe the current problem instead of aborting your script, as is normal for REXX libraries. Finally, a few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas (priority settings, process detection and killing, launching Netscape via DDE, word wrap, set window title). | RXSem is also developer-friendly with a unique capability for returning error messages that describe the current problem instead of aborting your script, as is normal for REXX libraries. Finally, a few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas (priority settings, process detection and killing, launching Netscape via DDE, word wrap, set window title). | ||
Note that this program was developed before REXXUTIL supported semaphores, that version of REXXUTIL comes with all variants of OS/2 Warp | Note that this program was developed before [[REXXUTIL]] supported semaphores, that version of REXXUTIL comes with all variants of OS/2 Warp. While this DLL has some more fine grained control in some respects than what REXXUTIL offers you should look into the latter functions first since they are effectively built into the OS. | ||
==Version== | ==Version== | ||
* Latest Version: | * Latest Version: [ftp://hobbes.nmsu.edu/pub/os2/dev/rexx/rxsem105.zip Version 1.05] (2000-12-10) | ||
==Links== | ==Links== | ||
Line 25: | Line 25: | ||
* [[Darin McBride]] | * [[Darin McBride]] | ||
[[Category:REXX Function Library]] |
Revision as of 14:52, 24 January 2017
Description
REXXSEM is an OS/2-native DLL which allows REXX scripts access to native OS/2 semaphoring APIs. A few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas. Over and above the simple API calls that OS/2 allows (all of which are available through RXSem), RXSem will keep track of your semaphores for you, allowing you to query RXSem for which semaphores you have in use for your given process.
RXSem is also developer-friendly with a unique capability for returning error messages that describe the current problem instead of aborting your script, as is normal for REXX libraries. Finally, a few other goodies are thrown in which can greatly simplify your REXX code in a number of other areas (priority settings, process detection and killing, launching Netscape via DDE, word wrap, set window title).
Note that this program was developed before REXXUTIL supported semaphores, that version of REXXUTIL comes with all variants of OS/2 Warp. While this DLL has some more fine grained control in some respects than what REXXUTIL offers you should look into the latter functions first since they are effectively built into the OS.
Version
- Latest Version: Version 1.05 (2000-12-10)
Links
- http://www.bmtmicro.com/BMTCatalog/os2/rxsem.html
- http://ftp2.bmtmicro.com/rxsem105.zip
- http://web.archive.org/web/20080828211203/http://tower.to.org/software.html
License
Darin McBride gave authorization to release RXSem (REXXSEM) as unsupported "AS IS" freeware. The source code and key generator of this program got lost. He gave permission to hack their binaries.