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

Please document and give examples of how to use Link with Dyalog runtime and dyalogscript #622

Open
dyavc opened this issue Jan 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dyavc
Copy link

dyavc commented Jan 25, 2024

Dyalog 19.0.48508 64-bit Unicode, BuildID 4887db0f
OS Windows 10 or Windows Server 2016 (10.0.19045) 64-bit
Link 4.0.13
SALT 2.915

If I have installed Dyalog 19.0 development version, I can run link with the runtime like this:
"C:\Program Files\Dyalog\Dyalog APL-64 19.0 Unicode\dyalogrt.exe" DYALOG_INITSESSION=1 c:\myws\runtimeuselink.dws

If there isn't a development version installed, what settings would I use to use link with a runtime?

@dyavc dyavc added the bug Something isn't working label Jan 25, 2024
@dyavc dyavc changed the title Please give examples of how to use Link with Dyalog runtime and dyalogscript Please document and give examples of how to use Link with Dyalog runtime and dyalogscript Jan 25, 2024
@dyavc
Copy link
Author

dyavc commented Jan 26, 2024

If it helps, I have conducted the following crude test:

I copied all my 19.0 Unicode 32-bit files to d:\tmp\d19uni32 and then uninstalled my 19.0 Unicode 32-bit

I can use link with the runtime if I set DYALOG_INITSESSION and StartupSession is in the same directory as the dyalogrt.exe.
d:\tmp\d19uni32\dyalogrt.exe DYALOG_INITSESSION=1 d:\19ws\rtuselink.dws

I think it even works if the current directory Start in field of my shortcut is somewhere else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant