RE: Re: What is/will Rexx support be used for in SDL Hyperion Hercules?
| Newsgroups | gmane.comp.emulators.hercules390.general |
|---|---|
| Message-ID | <[email protected]> |
Hey Fish, I've got it working for me... As said, my intention was to build Hercules automatically *WITH* Rexx Support and I've got it working by downloading the Regina Rexx ZIP-Packages in my build process and then build Hercules... One of my mistakes was the assumption that Hercules links the Rexx-Support statically (like ZLIB) - but after reading the docs (again) and having a look at the source code I noticed that the required Rexx libraries (DLLs) are loaded dynamically - so the DLL import library and/or static library is not required during the build... That was my "main mistake" ;) Just two questions left... Are you interested in automatic Windows builds for Hercules? I could provide you (i. e. GitHub pull request) an configuration file for AppVeyor (that is a CI-Service like Travis that also provides Windows VMs)... And second... Why did you decide to build Hercules-DSL without Rexx? It's quite simple to build it with Rexx-Support and also include/embed Rexx with Hercules (well.... at least with Regina Rexx)... Bye, Michael