Página 1 de 1

Mercury MVC for mod_harbour 2.0

Publicado: Sab Mar 19, 2022 7:35 pm
por angeiras
Hi all,

With some changes in the Mercury MVC source code I was able to compile it for mod_harbour 2.0. I still studying the source code of Mercury, to see if there are another changes that may be needed.

All the examples are working without any problem, including my own webservice (very simple) that I developed and will deploy in production next week

For the examples, just change LoadHRB with MH_LoadHRB and it will work perfectly

My changes in Mercury MVC is in my github (https://github.com/neoangeiras/mercury)

Thanks Charly for his marvelous work

Manoel

Re: Mercury MVC for mod_harbour 2.0

Publicado: Sab Mar 19, 2022 8:17 pm
por diegof
It's glad to see more people involved in the project :)

Diego

Re: Mercury MVC for mod_harbour 2.0

Publicado: Dom Mar 20, 2022 6:20 pm
por charly
Hi,

With few changes it can be used with V2, but I'm recoding the entire library because it's worth it. It is a great job that started almost 3 years ago. In a couple of weeks this version will be finished, validated and released.

Thanks.
C.

Re: Mercury MVC for mod_harbour 2.0

Publicado: Lun Mar 21, 2022 2:15 pm
por angeiras
Hi Charly,

Awesome news!

Do you already know if this new version will be compatible with previous Mercury version ? or it's too early to know?

if I can help you in any way (tests, documentation), I'm available to collaborate

Manoel