These are the values on my system: From "ftype" Regina="C:\Program Files\rexx.org\Regina\regina.exe" -p "%1" %* from "assoc" .rx=Regina So I wonder if it is the '-p' that is confusing windows? I bet it should be: Regina="C:\Program Files\rexx.org\Regina\regina.exe -p" "%1" %* Edit: Nope, that change seemed to have no effect. Also tried removing the -p altogether. But I'm not sure windows 10 is honoring changes made via the ftype command.
These are the values on my system: From "ftype" Regina="C:\Program Files\rexx.org\Regina\regina.exe" -p "%1" %* from "assoc" .rx=Regina So I wonder if it is the '-p' that is confusing windows? I bet it should be: Regina="C:\Program Files\rexx.org\Regina\regina.exe -p" "%1" %*
Implicit command doesn't recognize arguments
Thanks! That seems to have fixed it. By the way, I'm still just doing without RexxCURL. CURL is built into windows now and the only bits I used can be grabbed from the command line version. From: bugs@regina-rexx.p.re.sourceforge.net bugs@regina-rexx.p.re.sourceforge.net On Behalf Of Mark Hessling Sent: Monday, May 6, 2024 2:56 PM To: [regina-rexx:bugs] 597@bugs.regina-rexx.p.re.sourceforge.net Subject: [regina-rexx:bugs] #597 Unable to load W64 regutil.dll after v3.9.6 install I've built and uploaded...
Thanks Mike. I copied the regutil.dll from 3.9.5 and it seems to work fine. From: bugs@regina-rexx.p.re.sourceforge.net bugs@regina-rexx.p.re.sourceforge.net On Behalf Of Mike Porritt Sent: Monday, May 6, 2024 6:37 AM To: [regina-rexx:bugs] 597@bugs.regina-rexx.p.re.sourceforge.net Subject: [regina-rexx:bugs] Re: #597 Unable to load W64 regutil.dll after v3.9.6 install Same issue loading regutil ... restored regutil.dll from my last installed version .. and all works as expected so far. attached...
Good thought, but windows search -> open location only shows the correct place for regutil.dll. Next thing to try, I guess, is uninstalling 3.9.6 and reinstalling 3.9.5. From: bugs@regina-rexx.p.re.sourceforge.net bugs@regina-rexx.p.re.sourceforge.net On Behalf Of Mark Hessling Sent: Sunday, May 5, 2024 10:17 PM To: [regina-rexx:bugs] 597@bugs.regina-rexx.p.re.sourceforge.net Subject: [regina-rexx:bugs] #597 REGUTIL not included in win64 installer exec What about 32bit regutil.dll in a directory...
Just on a hunch, I turned off my anti-virus and re-ran the installation. No luck. Failed to load "regutil" library: LoadLibrary() failed: The specified module could not be found. REXX-Regina_3.9.6(MT) 5.00 29 Apr 2024 Here's the path and directory listing of C:\Program Files\rexx.org\Regina. Any ideas anybody? C:\Users\jpkis>path PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Syst em32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program...
OK, I'm stumped. C:\Users\jpkis>regina -ti LoadUtil 1 - call LoadUtil 22 - LoadUtil: 23 - parse source . howcalled? . >.> "WIN64" >>> "COMMAND" >.> "C:\rxcommon\LoadUtil.rx" 24 - if howcalled? = "COMMAND" & poolid()=1 then exit 0 >F> "2" >L> "1" >O> "0" >V> "COMMAND" >L> "COMMAND" >O> "1" >U> "0" 27 - if rxfuncquery('sysloadfuncs') then do / sysloadfuncs is not loaded / >L> "sysloadfuncs" >F> "1" - do / sysloadfuncs is not loaded / 28 - call rxfuncadd 'sysloadfuncs', 'regutil', 'sysloadfuncs' >L>...