Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpCommand.Get does not work in runtimes if not in Dyalog directory #12

Open
dyavc opened this issue Aug 18, 2021 · 0 comments
Open

HttpCommand.Get does not work in runtimes if not in Dyalog directory #12

dyavc opened this issue Aug 18, 2021 · 0 comments

Comments

@dyavc
Copy link

dyavc commented Aug 18, 2021

HttpCommand.Get does not work in runtimes if not in Dyalog directory

this is because it needs ws/conga.dws in the current directory where the .exe is

Create a WS with this ⎕LX function lx:

'f'⎕WC'form'
:Trap 0
r←HttpCommand.Get'www.dyalog.com'
'f.e'⎕WC'edit'('text'r.Data)
:Else
'f'⎕WS'bcol' 200 0 0

:EndTrap
⎕DQ'.'

⎕OFF

make a new directory.

copy dyalogrt.exe to it

nothing shows in the edit field until you make a ws subdirectory with conga.dws in it.

Development versions work because they have access to development registry and environment values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant