Lisp HUG Maillist Archive

Delivery help!

I'm attempting DELIVER for the first time. My application is saved in an image 
and behaves correct. My init file contains the following:

  (require "delivery")
  (deliver #'top-level "test" 0 :interface :capi)
  (quit)

I immediately get the following error:

  #<unbound> is not of type HASH-TABLE.

What am I missing??

Thanks,
Greg


Re: Delivery help!

I would say that there is an error in your code.  Does your delivered app drop into the
debugger, how do is the error displayed?  Since you are delivering at level 0 you should
have all sorts of help debugging.  Perhaps you could cut and paste more information from,
I presume, the console?

Wade

----- Original Message -----
From: <greg@adrenaline.com>
To: <lisp-hug@xanalys.com>
Sent: Wednesday, October 02, 2002 8:08 AM
Subject: Delivery help!


|
| I'm attempting DELIVER for the first time. My application is saved in an image
| and behaves correct. My init file contains the following:
|
|   (require "delivery")
|   (deliver #'top-level "test" 0 :interface :capi)
|   (quit)
|
| I immediately get the following error:
|
|   #<unbound> is not of type HASH-TABLE.
|
| What am I missing??
|
| Thanks,
| Greg
|
|


Updated at: 2020-12-10 09:01 UTC