RE: hslibs / posix library features??

2000-09-19 Thread Sigbjorn Finne
POSIX.1 only defines #defined constants upto B38400, so anything beyond that is non-standard (as your man pages for cfgetispeed() and friends probably point out.) --sigbjorn -Original Message- From: Marcus Shawcroft [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 02:11

RE: Calling Haskell Function with String Arguments from VBA

2000-09-19 Thread Sigbjorn Finne
Lescher Christian [EMAIL PROTECTED] writes: I want to call a Haskell function with string arguments and a string result from VBA (MS Access). I already know that the Com-Library of HDirect provides marshallBSTR and unmarshallBSTR functions, but up to now I didn't manage to get it

Re: hslibs / posix library features??

2000-09-19 Thread Michael Weber
On Tue, Sep 19, 2000 at 10:04:55 -0700, Sigbjorn Finne wrote: POSIX.1 only defines #defined constants upto B38400, so anything beyond that is non-standard [...] ... which does not necessarily imply, that GHC is not going to support it ;-) Marcus Shawcroft wrote: Can these missing rates be