From: Ronald v. G. <ro...@t-...> - 2021-01-08 12:00:25
|
Hi Steve. I took a way, but I finally could setup a Virtual Machine with Windows XP 32 Bits (Visual Studio 2002 cannot be installed on a 64 bits OS), installed VS2002 and imported Hermes project. ... but it cannot been compiled. As I see, project file needs at least 2010 version. I've installed a VS2010 and tried to compiled, but I get a lot of errors, most of them due to the use of 'noexcept' expression that it's only supported at VS 2015 or above, and with VS2015 I get tons of errors trying to compile. Can anyone tell me is there a way to compile the source code ? Thank you in advance. Ronald ______________________________________________________________________________________________________________________________________ At 11:26 AM 12/30/2020, you wrote: >Hi Darrel. > >Thank you for your words. > >I've downloaded Hermes Project from Sourceforge to get more info. > >For me, the key point is compile a working eudora.exe using this >source code. If we get this done, we can begin to improve it. > >Actually, it cannot be compiled using Visual Studio (4032 errors, >uf), but it seems it can be compiled through older IDEs. > >I've readed on some post that a exe was build, but it crashes on >open it. I have not info if we can get a functional exe through this >compilation. > >a) If we can compile a working Eudora through an older IDE, I think >the next approach would be do a software refactorization (the >masterplan file name it 'Brentford') so we can work on it using >Visual Studio. This is a project we can hire to a external developer >(using freelancer or similar). The VS solution file that came from the publicly released code seems to work with VS2002. There are some error messages that come up, though, while compiling, due to the absence of the stingray material. I've never come across stingray before seeing it referenced in the Eudora source code. Steve ______________________________________________________________________________________________________________________________________ |