NB copied to dyalogusers. Thanks, but where do we find "a new bridge110.dll" - I can't see it in the DSS section at first glance, nor in the download section....
Dear Dyalog User, Morten has kindly agreed to have the notes for our new 3rd & 4th generation APL course available for download from the Dyalog web site at...
I have no problem using the Setup rooutine in the 11.0.1 release to install Dyalog APL under Windows XP Pro, but the same Setup routine fails when attempting...
I installed 11.0.1 under Vista RC1 (Release Candidate 1) Build 5600 (32-bit flavor Ultimate) and it did not put in the Web stuff as there was no IIS localhost...
I have not tried this, but I've read that almost all install programs need to run with more rights than is the default for users under Vista. If you try...
... rights than is the default for users under Vista. ... the popup, you will probably have success. ... under ... APL ... Many thanks for the suggestion! I...
I've spent the last couple of days setting up "Vista Business" as my primary working environment. I decided to leave the new "User Access Control" feature...
... Is there a possibility that an "easy to use" installer for Dyalog APL under Vista might be forthcoming? As things now stand although I haven't yet gotten...
By "easy to use", do you mean one which works with UAC enabled? With UAC switched off, the current install seems to work just fine. Morten _____ From:...
Has everyone seen the new Mac commercial about Vista and permissions? It's a hoot! There's this Secret Service guy standing next to PC and every time Mac...
Google reveals that Error 1607 is an InstallShield error, see for example http://consumer.installshield.com/kb.asp?id=Q108340. I have no idea why you are...
... I apologize for not stating that the Error 1607 was from InstallShield. Before bringing this issue to dyalogusers I had communicated with John Scholes who...
Continuing from my prior posting..... I have Dyalog APL version 11.0.1 happily running under Microsoft Windows XP Pro which in turn is running under Parallels...
Kai, et al Dyalog Support have told me privately that it's not available yet. There was no response (prior to yours!) to my public enquiry to "dyalogusers". ...
Before reading below, what is your intuitive response to the above question? I'm trying to get a deeper understanding of the interplay of the 4 possible...
I thought one use of "shared" was supposed to be to have access to class-wide variables--like the ability to count how many instances of a class had been...
Paul, A shared method should ALWAYS run in the class space. Any cases where it does not should be regarded as a bug. This means that: 1) A shared method CANNOT...
Say you have a class, with a bunch of public methods, which may call other private or public methods, any of which may signal an error at any time. If I want...
I vote for this feature -- that is, the feature that []TRAP in a class script does not set []TRAP for the workspace, but sets it for methods of the class....
... Yes... Well, it wasn't me, but years ago APL Italiana (the company I work for) managed to port the ELXHANDLER workspace to Dyalog APL and we've been using...
... How is this different from []TRAP? Just sounds like normal operating procedure for exception handling with no overhead except when exceptions are thrown....
... I tend to agree here, finding :Trap fits most comfortably with my style (what there is of it). Had a bit of experience using one to emulate the other...
... implement application logic. Not least because the programmer has left themselves nowhere to go when things really go wrong. But it seems to be the...
If I understand what you want to do, it's a special case of aspect-oriented programming. The problem is the same in almost any OO language, and my vote is on...
We are a long way away from using the OO in Release 11, but there are some little things and a few bug fixes we'd like. Should we go to Release 11 now even...
... We have moved internally to Dyalog 11. Sofia is a huge program and so far we haven't probably touched all the areas in the code. Two major stumbling blocks...
... My old code from v10 ran quite well right from when I began beta testing almost a year ago. The only really major issue was that some namespaces that I...