Author Topic: Universal Resource Editor  (Read 6175 times)

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Universal Resource Editor
« on: March 02, 2017, 07:52:43 am »
Anyone know where to get a copy of the Universal Resource Editor? http://www.edm2.com/index.php/New_Tool:_Universal_Resource_Editor

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: Universal Resource Editor
« Reply #1 on: March 02, 2017, 09:10:42 am »
Search for URE on hobbes from here http://hobbes.nmsu.edu/h-browse.php?dir=/pub/os2/dev/pm.

AFAIK the same (older version?) is bundled with Visual Age C/C++ compilers named IRE.
« Last Edit: March 02, 2017, 09:14:51 am by Andi B. »

ak120

  • Guest
Re: Universal Resource Editor
« Reply #2 on: March 02, 2017, 12:36:03 pm »
Usually it was shipped with The Developer Connection for OS/2. It's also inside the BETA folder of the "Developer's Toolkit for OS/2 Warp Version 4".

Andi B.

  • Hero Member
  • *****
  • Posts: 811
  • Karma: +11/-2
    • View Profile
Re: Universal Resource Editor
« Reply #3 on: March 02, 2017, 12:42:01 pm »
I think the most up to date version is the one on hobbes.

ak120

  • Guest
Re: Universal Resource Editor
« Reply #4 on: March 02, 2017, 03:16:21 pm »
I think the most up to date version is the one on hobbes.
So you're talking about the fixes from August 1998 (http://hobbes.nmsu.edu/download/pub/os2/dev/pm/urefix.zip). The last fixes from Toolkit for Warp 4 are dated 1998-04-27.

Dave Yeo

  • Hero Member
  • *****
  • Posts: 4787
  • Karma: +99/-1
    • View Profile
Re: Universal Resource Editor
« Reply #5 on: March 02, 2017, 07:26:23 pm »
Got it, thanks.

xynixme

  • Guest
Re: Universal Resource Editor
« Reply #6 on: May 07, 2019, 03:40:21 pm »
If you have the URE installed, then this Rexx script can be used to delete a >2 KiB OS2.INI entry, which a.o. seems to refer to the temporary install directory of the URE (unverified):

Code: [Select]
/**/
CALL RxFuncAdd 'SysIni','RexxUtil','SysIni'
CALL SysIni 'USER','URE.Install','DELETE:'
EXIT