Search the web
Sign In
New User? Sign Up
dyalogusers · Dyalog APL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2830 - 2860 of 5369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2830
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....
Mike Day
tonyangelsdad
Offline Send Email
Feb 2, 2007
9:15 am
2831
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...
Graeme Robertson
graemedrober...
Offline Send Email
Feb 2, 2007
9:39 am
2832
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...
James L. Ryan
taliesinsoft
Offline Send Email
Feb 3, 2007
4:14 am
2833
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...
Ross Hale
ross_hale
Offline Send Email
Feb 3, 2007
6:16 am
2834
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...
J. Merrill
jamesvmerrill
Offline Send Email
Feb 3, 2007
10:33 pm
2835
... rights than is the default for users under Vista. ... the popup, you will probably have success. ... under ... APL ... Many thanks for the suggestion! I...
James L. Ryan
taliesinsoft
Offline Send Email
Feb 4, 2007
2:57 am
2836
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...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Feb 6, 2007
8:39 am
2837
... 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...
James L. Ryan
taliesinsoft
Offline Send Email
Feb 6, 2007
2:21 pm
2838
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:...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Feb 6, 2007
2:47 pm
2839
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...
Maria Wells
mariawellsco...
Offline Send Email
Feb 6, 2007
2:51 pm
2840
... I disabled UAC and still I get the Error 1607 on an attempt to install Dyalog APL under Windows Vista Business....
James L. Ryan
taliesinsoft
Offline Send Email
Feb 6, 2007
7:42 pm
2841
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...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Feb 6, 2007
8:46 pm
2842
... 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...
James L. Ryan
taliesinsoft
Offline Send Email
Feb 6, 2007
9:41 pm
2843
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...
James L. Ryan
taliesinsoft
Offline Send Email
Feb 6, 2007
9:44 pm
2844
I would like to see an answer to this request but I can't. Is this because there is no answer or is it because of spam filters of whatever? Kai...
kai@...
kai1811
Offline Send Email
Feb 7, 2007
6:58 am
2845
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". ...
Mike Day
tonyangelsdad
Offline Send Email
Feb 7, 2007
9:40 am
2846
Ahh, OK, thanks Mike...
kai@...
kai1811
Offline Send Email
Feb 7, 2007
10:15 am
2847
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...
Paul S. Mansour
psmansour2000
Offline Send Email
Feb 11, 2007
8:46 pm
2848
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...
Maria Wells
mariawellsco...
Offline Send Email
Feb 11, 2007
9:21 pm
2849
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...
John Daintree
john_daintree
Offline Send Email
Feb 12, 2007
9:18 am
2851
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...
Paul S. Mansour
psmansour2000
Offline Send Email
Feb 14, 2007
3:46 am
2852
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....
J. Merrill
jamesvmerrill
Offline Send Email
Feb 14, 2007
4:23 am
2853
... 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...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Feb 14, 2007
8:05 am
2854
... How is this different from []TRAP? Just sounds like normal operating procedure for exception handling with no overhead except when exceptions are thrown....
Joakim Hårsman
joakim.harsman
Offline Send Email
Feb 14, 2007
8:43 am
2855
... 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...
Dick Bowman
bertybullfrog
Offline Send Email
Feb 14, 2007
8:43 am
2856
... 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...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Feb 14, 2007
9:01 am
2857
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...
Christian Davén
chrstndoe
Offline Send Email
Feb 14, 2007
1:30 pm
2858
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...
Brooke Allen
manedyalog
Offline Send Email
Feb 14, 2007
3:18 pm
2859
... 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...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Feb 14, 2007
3:39 pm
2860
... 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...
Dick Bowman
bertybullfrog
Offline Send Email
Feb 14, 2007
3:45 pm
Messages 2830 - 2860 of 5369   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help