You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resulting hello.exe prints nothing when launched. However, the following program works fine:
(defun hello ()
;; Explicitly open the console.
(with-open-file (*standard-output* "CON" :direction :output :if-exists :append)
(format t "Hello, world!~%"))
(lisp-shutdown ""))
The text was updated successfully, but these errors were encountered:
heegaiximephoomeeghahyaiseekh
changed the title
SAVE-APPLICATION produces non-working executables.
Output to *standard-output* doesn't work in console executables created with SAVE-APPLICATION
Jun 5, 2015
Try this at the REPL:
The resulting
hello.exe
prints nothing when launched. However, the following program works fine:The text was updated successfully, but these errors were encountered: