OS2 system bug reports, fixes and work-arounds.

SysSleep problem after Netscape install, circumvention.

Some time ago (3 weeks?) I posted a problem here with the REXX SysSleep function
after installing Netscape. I initialized it as follows:

call RxFuncAdd ‘SysSleep’, ‘RexxUtil’, ‘SysCls’

The result was that sometimes it did not work and cancelled with an ‘invalid function
call’.  But sometimes it did work, I don’t know why. The intermittent problem occurred
after I installed Netscape 2.2.

I have changed the initialization as follows (straight from the manual):

call RxFuncAdd ‘SysLoadFuncs’, ‘RexxUtil’, ‘SysLoadFuncs’
call SysLoadFuncs

Now it always works properly.
Regards, Jaap Borggreve

posted by admin in Uncategorized and have No Comments

Comments are closed.