delivery
Hello, When making a delivery I have noticed the following problems when testing the delivery application: (1) When trying to open the Listener window, by calling: (capi:find-interface 'lispworks-tools:listener) I get the following error: Error: LISPWORKS-TOOLS:LISTENER is not the name of a class (2) When trying to open the Output browser window, by calling: (capi:find-interface 'lispworks-tools:output-browser) I get the following error: Error: LISPWORKS-TOOLS:OUTPUT-BROWSER is not the name of a class (3) Error: Attempt to invoke function RECORD-READ-TIME-EVAL RECORD-READ-TIME-EVAL was removed by Delivery How can I include the classes LISPWORKS-TOOLS:LISTENER and LISPWORKS-TOOLS:OUTPUT-BROWSER? How can I keep the RECORD-READ-TIME-EVAL function inside the delivery? Finally, the following expression (which works fine in the normal LW environment) has no effect: when quitting the delivery application: (define-action "Confirm when quitting image" "Confirm PWGL windows" 'confirm-pwgl-windows) Mikael