After much trial and error (especially error), it's become clear that before we try to translate this into full-MFC, the first priority is to make the existing code compile. As of right now, it requires a nonfree toolkit called Stingray Objective Toolkit (also called Rogue Wave Stingray, OT, or RWSS). While the longterm goal is to get rid of the OT code, we'll have to survive with it for the time being, and try to compile Eudora as-is for the modern environment. I won't stop anyone from trying to translate everything to MFC, though.,,
To install, you will need a license key - please contact me.
Near Term
Clean compile. Simply put, make it run.
Transitioning from references to Microsoft's MSHTML.DLL (also known as Trident) to the Chromium Embedded Toolkit
This is top priority. Microsoft has announced that MSHTML is deprecated - we absolutely need an eMail viewer.
Hunspell integration
Proper handling of UTF-8/Unicode
Replacement of defunct Qualcomm Web search with Yandex.
Long Term
We really need to eliminate our reliance on Objective Toolkit. The over-reaching long term goal is to transcribe everything into MFC. Søren Thygesen has created a rudimentary user interface - help in fleshing it out and adding functionality would of course be appreciated.
How to Get the Source
Although there's a source code tree here on Sourceforge, it probably isn't the latest version. I recommend getting a Bitbucket account, then use Mercurial or Sourcetree to clone:
After much trial and error (especially error), it's become clear that before we try to translate this into full-MFC, the first priority is to make the existing code compile. As of right now, it requires a nonfree toolkit called Stingray Objective Toolkit (also called Rogue Wave Stingray, OT, or RWSS). While the longterm goal is to get rid of the OT code, we'll have to survive with it for the time being, and try to compile Eudora as-is for the modern environment. I won't stop anyone from trying to translate everything to MFC, though.,,
Rogue Wave Stingray 2004 can be found at: https://drive.google.com/open?id=1KHzMSwJG2dfmPtdMG25HWQCv4KTe3G_C
To install, you will need a license key - please contact me.
Near Term
This is top priority. Microsoft has announced that MSHTML is deprecated - we absolutely need an eMail viewer.
Long Term
We really need to eliminate our reliance on Objective Toolkit. The over-reaching long term goal is to transcribe everything into MFC. Søren Thygesen has created a rudimentary user interface - help in fleshing it out and adding functionality would of course be appreciated.
How to Get the Source
Although there's a source code tree here on Sourceforge, it probably isn't the latest version. I recommend getting a Bitbucket account, then use Mercurial or Sourcetree to clone:
When done, as always: