Search found 3 matches

by GDavidModica
Fri Nov 04, 2011 9:20 pm
Forum: newLISP in the real world
Topic: Linking newLISP source and executable question?
Replies: 4
Views: 3901

Re: Linking newLISP source and executable question?

Thanks Lutz,

It is nice to know I'm not crazy. I will watch for the 64 bit fix - no hurry.
by GDavidModica
Fri Nov 04, 2011 6:22 pm
Forum: newLISP in the real world
Topic: Linking newLISP source and executable question?
Replies: 4
Views: 3901

Linking newLISP source and executable question?

Hi all, I am new to newLisp and working through the manual. The example says: (1) Put the following files into the same directory: (a) a copy of the newLISP executable; (b) newlisp (or newlisp.exe on Win32); (c) link.lsp; and (d) the program to link with (uppercase.lsp in this example). On Linux I d...