mssql

2003-03-07 Thread rich allen
iH is there anyway to connect from Mac OS X to mssql? thanks - hcir

use lib missing architecture specific directory

2003-03-07 Thread Nathan Herring
I have some installed perl modules checked into source control. These are inevitably in directory named Perl, such that there'd be a Perl/lib, Perl/lib/darwin, and Perl/lib/darwin/auto. We have various branches in our source control, so we end up creating a soft link to the current Perl "set" in ~/

Re: Perl/Tk on OSX?

2003-03-07 Thread Sherm Pendley
On Friday, March 7, 2003, at 12:52 PM, Rich Morin wrote: If I'm reading the tea leaves correctly, Perl/Tk can be made to work with either XFree86 or the Apple X11 distribution. FWIW, Apple's distribution *is* XFree86. Heavily patched, and with their own window manager, true, but it's based on the

Re: CPAN newbie question - tries to download perl 5.8.0?

2003-03-07 Thread Christian Schneider
On Freitag, März 7, 2003, at 07:40 Uhr, Charles Albrecht wrote: At 1:26 PM -0500 3/7/2003, Jim Correia wrote: I've never used CPAN before - I've gotten by with the stock modules since I don't do too much perl hacking. But now I've got a script from a third party that needs some modules, so I fi

Re: word list generator?

2003-03-07 Thread Warren Pollans
That's exactly what I was looking for - /usr/share/dict/words! Thank you very much Warren On Fri, 7 Mar 2003 14:27:59 -0500 (EST) Trey Harris <[EMAIL PROTECTED]> wrote: > In a message dated Fri, 7 Mar 2003, Warren Pollans writes: > > > I would like to build a "scrabble/crossword_puzzle cheater

Re: word list generator?

2003-03-07 Thread Trey Harris
In a message dated Fri, 7 Mar 2003, Warren Pollans writes: > I would like to build a "scrabble/crossword_puzzle cheater". > > I think I want to do this by generating lists of words to choose from. > For example, I'd eventually like to be able to do the following: > > list all n-letter, with

Re: word list generator?

2003-03-07 Thread Randy Boring
>Hello, > >This is not macosx-specific, but I want to do it on my ibook. > >I would like to build a "scrabble/crossword_puzzle cheater". > >I think I want to do this by generating lists of words to choose from. >For example, I'd eventually like to be able to do the following: > > list all n

word list generator?

2003-03-07 Thread Warren Pollans
Hello, This is not macosx-specific, but I want to do it on my ibook. I would like to build a "scrabble/crossword_puzzle cheater". I think I want to do this by generating lists of words to choose from. For example, I'd eventually like to be able to do the following: list all n-letter,

Re: CPAN newbie question - tries to download perl 5.8.0?

2003-03-07 Thread Charles Albrecht
At 1:26 PM -0500 3/7/2003, Jim Correia wrote: >I've never used CPAN before - I've gotten by with the stock modules since I don't do >too much perl hacking. But now I've got a script from a third party that needs some >modules, so I figured I'd use CPAN to go get them. > >So I fired up the cpan sh

CPAN newbie question - tries to download perl 5.8.0?

2003-03-07 Thread Jim Correia
I've never used CPAN before - I've gotten by with the stock modules since I don't do too much perl hacking. But now I've got a script from a third party that needs some modules, so I figured I'd use CPAN to go get them. So I fired up the cpan shell, answered all the initial questions (with the

Re: Perl/Tk on OSX?

2003-03-07 Thread Rich Morin
If I'm reading the tea leaves correctly, Perl/Tk can be made to work with either XFree86 or the Apple X11 distribution. The supporting version of Perl can be either 5.6.0 or 5.8.0 (and I suspect that I could use 5.6.1, if I wished). Given all the talk about DyLDs, it sounds like this is a similar

Re: Perl/Tk on OSX?

2003-03-07 Thread Marco Baroni
Hi! I recently built Tk on 10.2 with perl 5.8.0 in three (relatively( simple) steps: 1) I downloaded Tk800.024 from cpan, opened the archive, moved inside the Tk800.024 directory. 2) I changed the file MMutil.pm, which lives inside Tk800.024/Tk on the basis of a MMutil.pm.diff file I found so

Re: Perl/Tk on OSX?

2003-03-07 Thread David R. Morrison
The instructions in the article you found point to a page which suggests replacing the dynamic loader dyld, but a bit more poking around on the net reveals that the dyld replacement is only for Mac OS X 10.1. If you are using 10.2, you might try http://www.lehigh.edu/~sol0/Macintosh/X/ptk/ Disc

Re: (CB) %OBJC_EXPORT and NSString **

2003-03-07 Thread Sherm Pendley
On Friday, March 7, 2003, at 12:44 AM, Thilo Planz wrote: What would be the signature for - (void)simpleEncrypt:(NSPasteboard *)pboard userData:(NSString *)userData error:(NSString **)error I tried @@^@ which says it is not supported That's the correct arguments signatur