Hi John, I have not been successful getting CCL 2.x to work in XEmacs under either ilisp or inferior Lisp. XEmacs 'hangs39; for a couple of minutes after: M - x...
If anyone is interested in converting the Corman Lisp project files, which are currently in Visual Studio 7 format, back to Visual C++ version 6 format, this...
I am working at the moment on a windows machine, using asp (not .Net), and am interested in using corman lisp as a scripting language, and know almost nothing...
1558
Marco Antoniotti
marcoxa@...
Jul 10, 2003 2:50 pm
It is not all that relevant, but I did a preliminary implementation of the IActiveScript (or should it be called the IActiveCrap interface :) ) for LW. It is...
Hi I've almost done CormanLisp IActiveScript implementation. It processes scripts and does output, but where is some bugs under IIS (I've tested it as embedded...
Is there anything I can do to help? I don't have a lot of time, but am motivated to make this happen, the more I am messing around in vbscript.:-| rohan ... ...
Hi All, The problem is that CormanLispServer39;s COM interface has only ProcessSource method to execute lisp code from C++-program. Unfortunately, sometimes...
Hi All, I know that it is possible to call dll exported functions within cormanlisp. But I'd like to call a C function which is passed as a function pointer. ...
... Yes, it's definitely possible. Have a look through the archives of the mailing list and you'll find your answer. It was asked a month or two ago I believe ...
Hi Chris, Thank you very much for your information. I needed this information because I found that it would be quite interesting if we could wrap corman lisp...
Hi This feature will take some time to make it stable. Also I was going to make IDispatch support in CCL to make possible using another objects within CCL...
I am interested in portableaserve39;s client functionality. I have followed the instructions provided by Chris Double to successfully load the portableaserve...
... Yah started with the latest CVS. Here is the backtrace. Thank you for the help. ;;; Returning to top level loop. ?(net.aserve.client:do-http-request...
... ;;; An error occurred in function DO-HTTP-REQUEST: ;;; Error: No catch block was found to match the throw tag: (0 . 0) ;;; Entering Corman Lisp debug loop....
The problem appears to be the following lines of code in client.cl: (values (if (eq format :text) (let ((result (make-string (length body)))) (map-into result...
... integers ... That did it! How did it get submitted into CVS like that to begin with? Does this work in any other implementation? Should I submit this to...
Hi all, I'm trying to find a way to list the directories in a given pathname, when I use: (directory (make-pathname ... I get a list of all of the files in c:,...
Hello I have a file which contains some double floats (8 bytes) and some integer values (4 bytes). I would like to read these double floats and the integer ...
... Seems like the easiest approach would be for you to implement versions of READ-INTEGER, READ-FLOAT, etc. If the source for these functions in CLisp is...
Here are some functions to read/write double floats as 64-bit binary values, low-byte first. This should help, or you can probably see how to modify them for...
Hello: Has anyone succeeeded in running Corman Common Lisp under GNU Emacs under Windows?? I tried and got the message "spawning child process: invalid ...
On Thu, 07 Aug 2003 16:45:46 +0200, Mayer Goldberg <gmayer@...> ... I am runnning corman lisp under emacs even as we speak. (writing a otello program...
Modules/sockets.lisp CCL 2.01 Win98 SE ... replace or change the definition of 'new-write-line' like this : ;; add 0 as default value of start, ctu :...