conliffe@caen.engin.umich.edu (Darryl C. Conliffe) (06/15/89)
Now that callbacks *INTO* LISP are supported (Lucid 3.0), are DIALOG callbacks supported? BTW, the dialog.ins.lisp file in /sys/common_lisp/system_interface/sr_9.7 has a couple of problems. To fix them: 64c69 < (SYSTEM::DEF-FOREIGN-TYPE DP_$DPD_ID :INTEGER32) --- > (SYSTEM::DEF-FOREIGN-TYPE DP_$DPD_ID :UINTEGER32) 330c335 < (:IN DP_KEY BASE::LINTEGER) --- > (:IN DP_KEY :uinteger32) ; instead of BASE::LINTEGER Of course, if anyone finds any others, please let me know! - Darryl C. Conliffe (313) 721-6069