What happens if you need Async Functionality with CMD features like DLL/ODBC?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anton Rolls Sent: Wednesday, November 17, 2004 8:27 AM To: [EMAIL PROTECTED] Subject: [REBOL] Re: Async Question Hi Charles, I know it's confusing, but to get that error you must be now using a version of Rebol/View which is *too* recent. You must use Rebol/View version 1.2.48 (or less), because this is the last version which uses the old async core (and thus, supports the ASYNC:// protocol). You can actually gather this from the document I wrote, but, I understand, it's a bit of a confusing situation at the moment. :) I'll post you directly with the precise binary you need, since rebol.net seems to be down at this time. Regards, Anton. > Anton, >=20 > Thank you for the example code. I see that it is working so I do not > have any real issues. I did separate the code into client and server > pieces and was just wondering why I would be receiving: the invalid > argument: async-modes? >=20 >=20 > Client state: connect > Client: connected to server > Client: sending message... > the-message: "Howdy" > Client: Message sent. > ** Script Error: Invalid argument: async-modes > ** Near: sset-modes port [async-modes: none] > if port/scheme > >> Client state: write >=20 > If you could shed some light on this, that would be great.. >=20 >=20 > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Anton Rolls > Sent: Monday, November 15, 2004 8:22 AM > To: [EMAIL PROTECTED] > Subject: [REBOL] Re: Async Question >=20 >=20 > Hi Charlie, >=20 > I am mainly testing with Rebol/View 1.2.48.3.1 > This version is the last version that works with=3D20 > the ASYNC:// protocol. > Get it from here: > http://www.rebol.net/builds/ >=20 > Sorry for not mentioning it. > I'm just so used to it I forget other people might > not be using it. :) >=20 > Anton. --=20 To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
