Chris McCurdy wrote:
I am getting the same error on Windows 7 after downloading the latest version of HTML editor... seems clear that use of this dll is no longer supported do you have a fix?
My OS is fully patched and yes I uninstalled and reinstalled the app and the DHTML components.
If you have the ddl "TriEdit.dll" in mind, I can confirm this ActiveX is still enabled without any problem in my system: Windows7, ultimate 64-bit.
(I guess it is used toghether with "DHTMLEd.ocx" for the WYSIWYG editing)
It is used for 32-bit programs while it is situated in the folder for 32-bit programs, where also "CoffeeCup Software" resides:
C:\Program Files (x86)\Common Files\microsoft shared\DhtmlEd\TriEdit.dll
I've downloaded the most recent version 2010 build 361 and made a fresh install (I first removed the previous release candidate version completely with RevoUninstaller).
After the new installation I opened my testsite without changing anything and it worked fine, even the utf-8 accented characters.
My testsite is made partly in the free version of the CoffeeCup editor but most of the pages already in the registered version.
I've used as DOCTYPE:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
and in the head:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />