:keywords at level 5 delivery - OR - DDE question
I have some code which opens up Acrobat Reader and DDE's to it. It is possible for the user to close Acrobat Reader. My code checks for this case using code containing this snippet: (not (eq :destroyed (win32::dde-conversation-hconv (dde-acro intf)))) When I deliver this code at level 5, I get the error ":destroyed cannot be converted to foreign type (:unsigned-integer-type 32)", even though I have specified :keep-symbols '( ... :destroyed ... ). Does anyone know how to repair this problem? It is either (a) a problem with my accessing win32::dde-conversation-hconv when something else should do (what?) or (b) something easily fixed in my delivery script. thanx pt