Search found 19 matches
- Thu Dec 24, 2020 2:33 am
- Forum: Language
- Topic: Analyzing Control Structures
- Replies: 2
- Views: 5963
Re: Analyzing Control Structures
What sort of data are you looking to get out? Is your DSL APL syntax compatible? I presume yes given that you can fix it in Dyalog. The Co-dfns compiler's parser can be extended to support a number of features, such as structured programming statements. I haven't done this yet because it hasn't ...
- Tue Jun 25, 2013 6:32 pm
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Multiple Versions of Dyalog on Same Machine?
- Replies: 4
- Views: 16677
Re: Multiple Versions of Dyalog on Same Machine?
Hey Vince, Thanks a bunch for the tips. I was wondering, is there also a similar way to set the working directory specifically to the location of the workspace without necessarily knowing where that is? Is the files workspace documented anywhere?
- Tue Jun 25, 2013 12:17 am
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: Multiple Versions of Dyalog on Same Machine?
- Replies: 4
- Views: 16677
Multiple Versions of Dyalog on Same Machine?
I'm writing some code that should work with either the 64-bit or 32-bit version of Dyalog, but they have different code paths. I would like to be able to test these environments. While it seems like I can run both versions of Dyalog APL from the same machine okay, I am getting some problems when I ...
- Wed Jun 05, 2013 10:08 pm
- Forum: Windows: GUI, COM/OLE/ActiveX
- Topic: IUP DLL EPIC Fail on Windows with 13.2 32-bit
- Replies: 4
- Views: 16730
IUP DLL EPIC Fail on Windows with 13.2 32-bit
I'm confused about getting a DLL to load. I'm trying to use the IUP toolkit on Windows, which works fine on Linux. Here's the link: m These are simple zip files of DLLs. I grabbed the dll11 version and tried to make it work. However, just trying to access the 'IupOpen' function, which should have a ...
- Tue Nov 06, 2012 3:03 am
- Forum: Functional Programming
- Topic: YouTube Sudoku Solver
- Replies: 1
- Views: 11991
Re: YouTube Sudoku Solver
Really great stuff here. Thanks for sharing.
⎕SM Docs?
The documentation in the Reference guide about ⎕SM and its family don't seem to detail what all of the field attributes actually do. It covers a few of them, but not all. Is there a place here all of these attributes are documented?
- Sat Oct 20, 2012 4:19 am
- Forum: Language
- Topic: Closing mapped files
- Replies: 1
- Views: 7614
Closing mapped files
I am playing around with ddb, and I have encountered the situation where I can open a database, but then I cannot save the workspace, because it says that it cannot save with mapped files open. I have handles to the databases in a namespace with a function that will open them up automatically when I ...
- Mon Oct 15, 2012 4:57 pm
- Forum: UNIX and Linux
- Topic: SAWS and outdated Conga?
- Replies: 6
- Views: 27669
Re: SAWS and outdated Conga?
Sorry, I'm a little confused, do you mean that I should take the DRC namespace from the most recent version of Conga.dws and replace the SAWS.DRC copy with that one?
- Thu Oct 11, 2012 7:22 am
- Forum: UNIX and Linux
- Topic: SAWS and outdated Conga?
- Replies: 6
- Views: 27669
Re: SAWS and outdated Conga?
That seems to work! Thanks!
- Mon Oct 08, 2012 8:00 pm
- Forum: UNIX and Linux
- Topic: SAWS and outdated Conga?
- Replies: 6
- Views: 27669
SAWS and outdated Conga?
I just tried to run the testing script in SAWS on Dyalog 64-bit Linux 13.1, but I get an error about not being able to find the conga21x64.so shared object. Looking into the congalib/ directory I see that there is a conga22x64.so, but not a 21. Is there a problem here? Where can I get the latest and ...