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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2002 - 2031 of 5369   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2002 Jim Goff
jimgoff2
Offline Send Email
Jan 3, 2006
3:30 pm
2003
Is it possible to buy a copy of the proceedings of the 2005 Dyalog Conference? Handouts, CD, video... ? --buck calabro...
starbuck5250
Offline Send Email
Jan 4, 2006
7:27 pm
2004
... Making a little sense of this, but not a lot. There's a downloadable SDK, which contains a mountain of documentation - but fails to make clear (to me, at...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 9, 2006
4:01 pm
2005
I know nothing about the OpenOffice database, but it's hard to believe that it's significantly more functional than the (free) SQLite dbms; info on that is at...
J. Merrill
jamesvmerrill
Offline Send Email
Jan 9, 2006
6:53 pm
2006
... That's true enough, I've used several RDBMS products in the past and ODBC makes portability a reality - although one can be at the mercy of ODBC driver...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 10, 2006
7:29 am
2007
Trying this in the APL/W 10.1 session... #.GetEnvironment'PATH' C:\Dyalog82\;C:\Dyalog82\System;C:\Program ...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 10, 2006
3:55 pm
2008
Hello Dick, I can't find anything in the install script for 8.2 that sets the PATH variable. There are a number of DLLs in \dyalog82 that, if they are used by...
John Daintree
john_daintree
Offline Send Email
Jan 10, 2006
4:04 pm
2009
... I'd like to do that, but... I'm running 10.1 and it's 10.1 that seems to be adding these values to some sort of internal path variable (as I say, look at...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 10, 2006
4:29 pm
2010
Check your c:\autoexec.bat. On old Windows versions this file was still used to set environment variables. (what operating system are you running?) On XP don't...
John Daintree
john_daintree
Offline Send Email
Jan 10, 2006
4:38 pm
2011
APL can reach out to anything within reason. In my experience, if APL can't do it, it can't be done. I cite as an example, my recent use of APL to call Perl...
Randy MacDonald
rando0227
Offline Send Email
Jan 10, 2006
6:21 pm
2012
I'm certainly one of the people annoyed by how much time we've spent in APL-land reinventing the wheel, rather than learning how to attach other people's...
J. Merrill
jamesvmerrill
Offline Send Email
Jan 10, 2006
7:01 pm
2013
... Yes, those are lines I've been pursuing. One of the problems with the OOo SDK is that it is voluminously documented - from the viewpoint of a Linux/Java...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 11, 2006
7:47 am
2014
... I think you are misunderstanding me (or am I being obtuse?)... I have no autoexec.bat file. When I look at the path in a command prompt the dyalog82...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 11, 2006
8:03 am
2015
... "As I see you run into the same trouble as most of the people who tried .net 2.0 and OO. Until now, I've not found workarround for this. It seems that .net...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 11, 2006
9:14 am
2016
... Sorry if I step in only now, but... Is this the database you are talking about? http://www.openoffice.org/product/base.html If so, there's an interesting...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Jan 11, 2006
10:23 am
2017
... Yes, I suspect that's the one. If you install OOo 2.0 there's a File/New/Database option, so that endusers can "just make" databases (they don't get told...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 11, 2006
10:34 am
2018
Damn, it has sure been a while... I just realized today that it's been 18 months since I went out with a special lady last, but I'm pretty happy to be heading...
monika-overfelt941@...
Send Email
Jan 11, 2006
12:42 pm
2019
And they're not there if you open a command prompt outside APL (e.g. with Start / Run / cmd), right? That must mean that APL is adding them for you, but John...
J. Merrill
jamesvmerrill
Offline Send Email
Jan 11, 2006
5:00 pm
2020
You could also try .Net 1.1 -- you can still get it, and it won't normally interfere with things that want to use 2.0. You may have to fiddle to get the 1.1...
J. Merrill
jamesvmerrill
Offline Send Email
Jan 11, 2006
5:00 pm
2021
Isn't most documentation written by programmers like that? At 05:34 AM 1/11/2006, Dick Bowman wrote (in part) ... J. Merrill / Analytical Software Corp...
J. Merrill
jamesvmerrill
Offline Send Email
Jan 11, 2006
5:00 pm
2022
Sorry, meant to reply to this sooner. 10.1 and 9 both look in the following locations, in this order, for all names referenced in GetEnvironment. 1) The...
John Daintree
john_daintree
Offline Send Email
Jan 11, 2006
5:13 pm
2023
... Uninstall 8.2, and they're gone. Reinstall 8.2, they're back. Uninstall 8.2 and they're gone. Hopefully that's the last I'll see of the pesky varmints....
Dick Bowman
bertybullfrog
Offline Send Email
Jan 12, 2006
9:18 am
2024
Dick, first, please compare these two Path entries: #.GetEnvironment'PATH' )CMD SET PATH These will be different if there is any path definition in the link or...
PMHager
pm_hager
Offline Send Email
Jan 12, 2006
11:33 am
2025
... Thanks - did that. With Dyalog 8.2 absent Windows and APL/W agree on what my path is (looking in Windows every way there is, including your suggestions). ...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 12, 2006
1:52 pm
2026
I think I have finally stumbled across the source of these mystery GetEnvironment entries... My route took me through SQAPL, because I found that uninstalling...
Dick Bowman
bertybullfrog
Offline Send Email
Jan 13, 2006
9:31 am
2027
I've got a Dyalog ActiveX control (it does graphics using our legacy Dyalog "windows" objects) that I want to be able to use in a .Net Windows Forms project....
Maria Wells
mariawellsco...
Offline Send Email
Jan 13, 2006
8:50 pm
2028
_____ Da: dyalogusers@yahoogroups.com [mailto:dyalogusers@yahoogroups.com] Per conto di Stefano Lanzavecchia Inviato: mercoledì 11 gennaio 2006 11.23 A:...
carlo__a
ca_apl_it
Offline Send Email
Jan 15, 2006
12:58 am
2029
When checking the argument to a function nowadays, you cannot simply use QuadDR to get the datatype. If the argument to QuadDR is a namespace, you get a domain...
Paul S. Mansour
psmansour2000
Offline Send Email
Jan 15, 2006
8:13 pm
2030
Deep philosophical questions--I'm still tying to get over the score of the Steelers/Colts game. I tend to use the wrapper and guard solution myself. I guess I...
Maria Wells
mariawellsco...
Offline Send Email
Jan 15, 2006
9:19 pm
2031
Paul (and Maria), 1) I'm not aware of any other cases. 2) I don't see this as a deep philosophical question, and no changes are planned for []DR in...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Jan 15, 2006
9:46 pm
Messages 2002 - 2031 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