RE: Re: Problem with DDEOpen and Adobe X and WinEdt 6.0
Maheswaran, M <m.maheswaran <at> uwc.edu>
2011-05-10 15:13:08 GMT
Hi!
Here are the replies that I sent to the list on February 19, 2011, to the same question:
Message 1:
I am using Winedt 5.5.
When I upgraded to Acrobat 10, I had the same DDE problem.
After scouring the web I found the following solution:
I went to the file .....\Winedt Team\Winedt\exe\Acrobat OpenDoc.edt .... Line 106
and I changed DDEOpen('%$("AcroRead")',"acroview","control",0);
to DDEOpen('%$("AcroRead")',"acroviewR10","control",0);
Now, I don't have the DDE problem. I hope it works for you.
Message 2:
Further to my previous message, the change to acroviewR10 is for those using the Reader.
If someone uses the full Acrobat I believe that the change should be to acroviewA10.
Mahes
-----Original Message-----
From: Seva [mailto:wpooh62 <at> mail.ru]
Sent: Tuesday, May 10, 2011 5:08 AM
To: winedt+list <at> wsg.net
Subject: [WinEdt] Re: Problem with DDEOpen and Adobe X and WinEdt 6.0
> > I am using WinEdt 6 [Build: 20110119 (v. 6.0)] and Adobe Acrobat X Pro,
> > and I get the following error message if I run PDFTexify with the
> > previously created document still open:
> > Cannot Open DDE Link to:
> > "C:\Program Files\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
> > Service: Acroview
> > Topic: Control
> > DDEOpen("%$('PDF-View')","%$('Acro-DDE_Service');","%$('Acro-
DDE_Topic');");
> Try:
>
> DDEOpen("%$('PDF-View')","AcroviewA10","%$('Acro-DDE_Topic');");
I have the very same problem as described above, except that I use WinEdt 5.5,
and the last line of the error message that I get is
DDEOpen('%$("AcroRead")',"acroview","control");
This is line 36 of the file "Acrobat CloseDoc.edt", and I suppose that just
modifying this line appropriately should solve the problem. Is this correct?
Exactly how should I modify it? (An expert would probably have figured
this out from the answer given above, but it doesn't tell much to a non-expert
like me...)
Many thanks in advance!