Search found 6 matches

by kennedyce
Wed Jan 11, 2023 12:35 am
Forum: macOS
Topic: .NET not seen by Dyalog ]LINK
Replies: 2
Views: 26394

Re: .NET not seen by Dyalog ]LINK

Update: I checked DYALOG_NETCORE in my dyalog.182U64.dcfg and it was set to 0. Changed it to 1: ]Config APLK0 default APL_LANGUAGE_BAR_FILE /Applications/Dyalog-18.2.app/Contents/Resources/Dyalog/languagebar.json AUTOCOMPLETE_PREFIXSIZE 0 AUTO_PW 1 CLASSICMODE 1 COMMAND_MODE unix2003 DYALOG ...
by kennedyce
Tue Jan 10, 2023 11:58 pm
Forum: macOS
Topic: .NET not seen by Dyalog ]LINK
Replies: 2
Views: 26394

.NET not seen by Dyalog ]LINK

This may be a Microsoft issue, but I've downloaded and installed .NET from Microsoft for X64 to macOS 12.6.2 Monterey. Installed without errors, but dotnet command didn't work in terminal. Seems to be an installer bug that was fixed by making a symbolic link: sudo ln -s /usr/local/share/dotnet ...
by kennedyce
Fri Nov 25, 2022 10:23 pm
Forum: macOS
Topic: Accessing files in iCloud Drive
Replies: 4
Views: 39418

Re: Accessing files in iCloud Drive

Here's another way to fetch data from an iCloud Drive: )CLEAR clear ws )copy loaddata /Applications/Dyalog-18.2.app/Contents/Resources/Dyalog/ws/loaddata.dws saved Wed Apr 6 16:21:17 2022 c←LoadTEXT '/Users/CEK1/Library/Mobile Documents/com~apple~CloudDocs/a_cloud.csv' ⍴c 162 1
by kennedyce
Fri Nov 25, 2022 7:12 pm
Forum: macOS
Topic: Accessing files in iCloud Drive
Replies: 4
Views: 39418

Re: Accessing files in iCloud Drive

This may not be what you are looking for, but here is a method that (sort of) works for me. I have a file on my iCloud Drive named, say, a_cloud.csv. In the APL session, I use ⎕CSV to fetch the file into an APL variable, say, a_local: )clear clear ws a_local←⎕csv '/Users/CEK1/Library/Mobile Docum ...
by kennedyce
Wed Jan 20, 2021 4:17 pm
Forum: macOS
Topic: Could not load bridge interface functions error.
Replies: 5
Views: 25728

Re: Could not load bridge interface functions error.

)load dfns does not produce the error. The workspace vibe.dws was created and saved in Windows (Dyalog 17, maybe) before I moved to macOS. Adding DYALOG_NETCORE: 0, to dyalog.dcfg fixed the error. Workspace vibe.dws has been sent to support@dyalog.com. BTW, is there a way besides editing the .dcfg ...
by kennedyce
Tue Jan 19, 2021 6:56 pm
Forum: macOS
Topic: Could not load bridge interface functions error.
Replies: 5
Views: 25728

Could not load bridge interface functions error.

macOS Big Sur 11.1, Dyalog APL 18.0 Load a workspace, begin to type a function name (in this case 'Describe'). )load vibe /Users/CEK1/Documents/APL/vibe.dws saved Mon Jan 11 12:39:39 2021 D After the first character, D, the session throws an error box titled: Status Output /users/CEK1/Documents/APL ...