Using winEDT 5 (5.6) with Adobe Acrobat Pro 10
When using WinEDT 5 to edit .tex files and using Adobe Acrobat Pro 10 to view the pdf output on compiling the .tex files, the following error comes will come up :
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’);”);
Solution:
- Open the file Adobe
opendocs .edt. (if the error appears while compiling a .tex file, then.edt file will open automatically - Line 106 of the document should
read : DDEOpen(‘%$(“AcroRead ”)’,”acroview ”,”control ”); - Change the line
DDEOpen(‘%$(“to : AcroRead ”)’,”acroviewA10”,”control ”); - Save the .edt file
- This should fix the error.
