Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - adamss3

#1
newLISP newS / Re: newLISP Stable Release 10.3.0
February 07, 2011, 08:11:11 AM
That took care of it, thanks!
#2
newLISP newS / Re: newLISP Stable Release 10.3.0
February 07, 2011, 05:59:39 AM
There is a problem with the Ubuntu install process.  After the install completes, I get:



newlisp: error while loading shared libraries: libreadline.so.5: cannot open shared object file: No such file or directory
#3
Anything else we might add? /
March 23, 2007, 12:12:24 PM
Thanks, that fixed it!
#4
Anything else we might add? / Help with match
March 23, 2007, 10:55:50 AM
I've started using match and have run into a problem.  I want to store the items used for the search in variables and then use these in the match invocation.  In the code snippet below, I would have expected both printlns to show the same results.  I'm sure that this is something simple, but I'm not seeing it.



(set 'a 1)

(set 'b 2)

(set 'c '(0 1 3 2 4))

(println (match '( * 1 * 2 *) c))

(println (match '( * a * b *) c))

(exit)
#5
Anything else we might add? / callbacks
July 25, 2004, 05:10:16 PM
It might be worth considering adding callbacks, which opens the door to "native" GUI support as well as having other processes call into newLISP.   It could be used for things other than GUI support.



But, the mechanism that was added should be general purpose and not tied specifically to GUI construction or to any specific OS.
#6
Anything else we might add? /
July 23, 2004, 09:46:44 AM
The Windows GUI version of newLISP was very good.  You had the combined power of newLISP, while having a saner interface to the underlying Win32 API.  In many ways, it was the best of both worlds.
#7
Anything else we might add? /
July 23, 2004, 09:41:54 AM
Is there a URL for the Win32 Server?  Is this a single EXE that we can use to make GUIs?
#8
newLISP and the O.S. /
July 17, 2004, 01:39:00 PM
It might be that we need to define another conditional compiler point in the p_sleep routine to call the Win32 Sleep() function  (in Kernel32.dll).  That should fix the sleep problem.
#9
newLISP and the O.S. /
July 16, 2004, 01:13:24 PM
I'd vote for staying with the Borland compiler for ease of changes.  Last time, therre were a number of changes that would need to be done to move to MinGW.
#10
newLISP in the real world /
December 01, 2003, 11:21:31 AM
In the c:borlandbcc55bin directory, you need two files:



bcc32.cfg which contains



-I"C:BorlandBcc55include"

-L"C:BorlandBcc55lib;C:BorlandBcc55libPSDK"





and ilink32.cfg which contains



-L"C:BorlandBcc55lib;C:BorlandBcc55libPSDK"





That's how the tool finds the libraries.
#11
newLISP and the O.S. /
December 01, 2003, 07:55:17 AM
Okay.  If you post those changes or email them to me, I can still do some testig.
#12
newLISP and the O.S. /
December 01, 2003, 06:57:34 AM
Okay.  I'll download it and start to work with it.
#13
newLISP and the O.S. /
November 30, 2003, 05:47:20 AM
Okay.  Just let me know.
#14
newLISP and the O.S. /
November 29, 2003, 05:28:35 AM
I'd be happy to help with the testing also.