Trouble using link to make an executable
Posted: Sat Nov 06, 2010 11:51 pm
Sorry all, I am new.
I have been working through the tutorial and I have managed to get
(load "file:///C:/Program Files/newlisp/util/link.lsp")
to work, but I couldn't just use (load "link.lsp").
Now that it is working I am having trouble using it to create the exectable hw.exe.
I am running windows vista and I am using newLISP 1.36.
I have tried (link "newlisp.exe" "hw.exe" "file:///C:/User/Chris/hw.lsp")
it returns:
original newlisp executable:newlisp.exe
new executable:hw.exe
source:file:///C:/User/Chris/hw.lsp
ERR: array, list or string expected : (file-info orgExe)
called from user defined function link
I am sure that I need to provide more information, any help is appreciated.
Thank you in advance,
Chris
I have been working through the tutorial and I have managed to get
(load "file:///C:/Program Files/newlisp/util/link.lsp")
to work, but I couldn't just use (load "link.lsp").
Now that it is working I am having trouble using it to create the exectable hw.exe.
I am running windows vista and I am using newLISP 1.36.
I have tried (link "newlisp.exe" "hw.exe" "file:///C:/User/Chris/hw.lsp")
it returns:
original newlisp executable:newlisp.exe
new executable:hw.exe
source:file:///C:/User/Chris/hw.lsp
ERR: array, list or string expected : (file-info orgExe)
called from user defined function link
I am sure that I need to provide more information, any help is appreciated.
Thank you in advance,
Chris