Search found 14 matches

by adamss3
Mon Feb 07, 2011 4:11 pm
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7877

Re: newLISP Stable Release 10.3.0

That took care of it, thanks!
by adamss3
Mon Feb 07, 2011 1:59 pm
Forum: newLISP newS
Topic: newLISP Stable Release 10.3.0
Replies: 11
Views: 7877

Re: newLISP Stable Release 10.3.0

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
by adamss3
Fri Mar 23, 2007 7:12 pm
Forum: Anything else we might add?
Topic: Help with match
Replies: 4
Views: 3073

Thanks, that fixed it!
by adamss3
Fri Mar 23, 2007 5:55 pm
Forum: Anything else we might add?
Topic: Help with match
Replies: 4
Views: 3073

Help with match

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 se...
by adamss3
Mon Jul 26, 2004 12:10 am
Forum: Anything else we might add?
Topic: Museum
Replies: 30
Views: 17691

callbacks

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 construct...
by adamss3
Fri Jul 23, 2004 4:46 pm
Forum: Anything else we might add?
Topic: Museum
Replies: 30
Views: 17691

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.
by adamss3
Fri Jul 23, 2004 4:41 pm
Forum: Anything else we might add?
Topic: Museum
Replies: 30
Views: 17691

Is there a URL for the Win32 Server? Is this a single EXE that we can use to make GUIs?
by adamss3
Sat Jul 17, 2004 8:39 pm
Forum: newLISP and the O.S.
Topic: Opening Win32 pipe strange behaviour
Replies: 46
Views: 34535

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.
by adamss3
Fri Jul 16, 2004 8:13 pm
Forum: newLISP and the O.S.
Topic: Opening Win32 pipe strange behaviour
Replies: 46
Views: 34535

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.
by adamss3
Mon Dec 01, 2003 7:21 pm
Forum: newLISP in the real world
Topic: problem compile with BCC55
Replies: 7
Views: 5598

In the c:\borland\bcc55\bin directory, you need two files:

bcc32.cfg which contains

-I"C:\Borland\Bcc55\include"
-L"C:\Borland\Bcc55\lib;C:\Borland\Bcc55\lib\PSDK"


and ilink32.cfg which contains

-L"C:\Borland\Bcc55\lib;C:\Borland\Bcc55\lib\PSDK"


That's how the tool finds the libraries.
by adamss3
Mon Dec 01, 2003 3:55 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 121531

Okay. If you post those changes or email them to me, I can still do some testig.
by adamss3
Mon Dec 01, 2003 2:57 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 121531

Okay. I'll download it and start to work with it.
by adamss3
Sun Nov 30, 2003 1:47 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 121531

Okay. Just let me know.
by adamss3
Sat Nov 29, 2003 1:28 pm
Forum: newLISP and the O.S.
Topic: newlisp.DLL possible?
Replies: 105
Views: 121531

I'd be happy to help with the testing also.