Page 1 of 1
Windows 11
Posted: Thu Oct 07, 2021 8:01 am
by michaelk
Has Windows 11 been tested to ensure that Dyalog works well with it?
Re: Windows 11
Posted: Fri Oct 08, 2021 7:46 am
by AndyS|Dyalog
Not yet: we intend to perform that verification this month.
Re: Windows 11
Posted: Fri Oct 15, 2021 1:45 pm
by Morten|Dyalog
As of yesterday, I have a new laptop - the old one would not run Windows 11. Today, I installed each of:
17.1 32 Classic
17.1 64 Unicode
18.0 64 Unicode
18.2 64 Unicode
After each install, I successfully ran:
- Tetris (Microsoft.NET GUI demo)
- Arachnid (⎕WC demo)
- HttpCommand.Get 'www.dyalog.com'
Under 18.2 I also ran the Link QA.
This is far from complete verification, for one thing there may be subtle UI issues that I did not notice, but so far everything looks good to me.
Re: Windows 11
Posted: Fri Oct 15, 2021 1:56 pm
by Morten|Dyalog
One thing worth mentioning is that Windows 11 allows you to enable "Controlled Folder Access", which will prevent applications from accessing user folders. If you enable this, you will want to add Dyalog APL to the list of "allowed apps", which is quite straightforward if you have admin rights on your machine.
If you start APL and get a warning about being unable to rebuild the command cache because a folder does not exist, go to the "Ransomware protection" section of Windows Security settings, select "Allow an app through controlled folder access", select "Add an app", and you should be able to select APL from a list of "recently blocked apps".
If you have not recently been blocked you will need to select dyalog.exe using a file explorer.
Re: Windows 11
Posted: Sun Oct 17, 2021 1:21 pm
by Morten|Dyalog
Morten|Dyalog wrote:One thing worth mentioning is that Windows 11 allows you to enable "Controlled Folder Access", which will prevent applications from accessing user folders.
We'll be looking into whether we can deal with providing access to controlled folders as part of the build and/or distribution process.