Lisp HUG Maillist Archive

: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


Re: :keywords at level 5 delivery - OR - DDE question

Hello Paul,

| I have some code which opens up Acrobat Reader and DDE's to it.
| 
| It is possible for the user to close Acrobat Reader.

According to AIC (Acrobat Interapplication Communication) Reference, the
AppExit() command should do that.
--
Sincerely,
Dmitriy Ivanov
lisp.ystok.ru


Re: :keywords at level 5 delivery - OR - DDE question

Unable to parse email body. Email id is 6218

Updated at: 2020-12-10 08:47 UTC