Harbour ChangeLog - Relevant for HMG interest
Moderator: Rathinagiri
- srvet_claudio
- Posts: 2006
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 34 times
- Been thanked: 138 times
- Contact:
Re: Harbour ChangeLog - Relevant for HMG interest
IMHO the best option is the GNU C compilers family that is very portable. I'm writing a http local server in C, the code runs almost without any change in Windows and Android. The idea is to have access to the resources of the system through JavaScript.
- Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
That is a great idea.srvet_claudio wrote:IMHO the best option is the GNU C compilers family that is very portable. I'm writing a http local server in C, the code runs almost without any change in Windows and Android. The idea is to have access to the resources of the system through JavaScript.
You are developing this server with some specific goal in mind?
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- srvet_claudio
- Posts: 2006
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 34 times
- Been thanked: 138 times
- Contact:
Yes, my goal has name, is called JMGRoberto Lopez wrote:That is a great idea.srvet_claudio wrote:IMHO the best option is the GNU C compilers family that is very portable. I'm writing a http local server in C, the code runs almost without any change in Windows and Android. The idea is to have access to the resources of the system through JavaScript.
You are developing this server with some specific goal in mind?

- bpd2000
- Posts: 999
- Joined: Sat Sep 10, 2011 4:07 am
- Location: India
- Has thanked: 150 times
- Been thanked: 65 times
Great newssrvet_claudio wrote:IMHO the best option is the GNU C compilers family that is very portable. I'm writing a http local server in C, the code runs almost without any change in Windows and Android. The idea is to have access to the resources of the system through JavaScript.
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
Good!srvet_claudio wrote:Yes, my goal has name, is called JMG
I'll refine my question...

Since you could use an standard AMP server to handle data (even dbf via Harbour CGI) I guess that you want to make something different than merely data access...
It appears to be very interesting...
So... ?
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- srvet_claudio
- Posts: 2006
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 34 times
- Been thanked: 138 times
- Contact:
Yes, I have some ideas in mind:Roberto Lopez wrote:Good!srvet_claudio wrote:Yes, my goal has name, is called JMG
I'll refine my question...
Since you could use an standard AMP server to handle data (even dbf via Harbour CGI) I guess that you want to make something different than merely data access...
It appears to be very interesting...
So... ?
1) do not rely on Harbour on mobile devices, pure C code is small, faster and consume less memory.
2) create a custom server for JMG (beyond the standard access to cgi, html, img, etc.) Which acts as a mini operating system, with the basic functions of input and output, access to directories, access to external processes, etc. In other words try to overcome Javascript security measures.
- Roberto Lopez
- HMG Founder
- Posts: 3905
- Joined: Wed Jul 30, 2008 6:43 pm
- Has thanked: 15 times
- Been thanked: 140 times
WOW!srvet_claudio wrote:Yes, I have some ideas in mind:Roberto Lopez wrote:Good!srvet_claudio wrote:Yes, my goal has name, is called JMG
I'll refine my question...
Since you could use an standard AMP server to handle data (even dbf via Harbour CGI) I guess that you want to make something different than merely data access...
It appears to be very interesting...
So... ?
1) do not rely on Harbour on mobile devices, pure C code is small, faster and consume less memory.
2) create a custom server for JMG (beyond the standard access to cgi, html, img, etc.) Which acts as a mini operating system, with the basic functions of input and output, access to directories, access to external processes, etc. In other words try to overcome Javascript security measures.
Then... according to '1': are you thinking in an Android (local server) to access all device hardware, including (ie) sensors?
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- danielmaximiliano
- Posts: 2070
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Has thanked: 99 times
- Been thanked: 15 times
- Contact:
Claudio : con tus trabajos ya nada me sorprende !!!




*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`.HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. : +54901169026142
Telegram Name : DaNiElMaXiMiLiAnO
- srvet_claudio
- Posts: 2006
- Joined: Thu Feb 25, 2010 8:43 pm
- Location: Uruguay
- Has thanked: 34 times
- Been thanked: 138 times
- Contact:
Yes, the idea is to have a local server that run in the same device that JMG.Roberto Lopez wrote:WOW!srvet_claudio wrote:Yes, I have some ideas in mind:Roberto Lopez wrote:
Good!
I'll refine my question...
Since you could use an standard AMP server to handle data (even dbf via Harbour CGI) I guess that you want to make something different than merely data access...
It appears to be very interesting...
So... ?
1) do not rely on Harbour on mobile devices, pure C code is small, faster and consume less memory.
2) create a custom server for JMG (beyond the standard access to cgi, html, img, etc.) Which acts as a mini operating system, with the basic functions of input and output, access to directories, access to external processes, etc. In other words try to overcome Javascript security measures.
Then... according to '1': are you thinking in an Android (local server) to access all device hardware, including (ie) sensors?
- serge_girard
- Posts: 2030
- Joined: Sun Nov 25, 2012 2:44 pm
- DBs Used: 1 MySQL - MariaDB
2 DBF - Location: Belgium
- Has thanked: 378 times
- Been thanked: 87 times
- Contact: