Harbour ChangeLog - Relevant for HMG interest

Harbour, MingW related news.

Moderator: Rathinagiri

User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by srvet_claudio »

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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour ChangeLog - Relevant for HMG interest

Post by Roberto Lopez »

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.
That is a great idea.

You are developing this server with some specific goal in mind?
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by srvet_claudio »

Roberto Lopez wrote:
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.
That is a great idea.

You are developing this server with some specific goal in mind?
Yes, my goal has name, is called JMG :D
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Harbour ChangeLog - Relevant for HMG interest

Post by bpd2000 »

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.
Great news
BPD
Convert Dream into Reality through HMG
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour ChangeLog - Relevant for HMG interest

Post by Roberto Lopez »

srvet_claudio wrote:Yes, my goal has name, is called JMG :D
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... ?
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by srvet_claudio »

Roberto Lopez wrote:
srvet_claudio wrote:Yes, my goal has name, is called JMG :D
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... ?
Yes, I have some ideas in mind:
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.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: Harbour ChangeLog - Relevant for HMG interest

Post by Roberto Lopez »

srvet_claudio wrote:
Roberto Lopez wrote:
srvet_claudio wrote:Yes, my goal has name, is called JMG :D
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... ?
Yes, I have some ideas in mind:
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.
WOW!

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)
User avatar
danielmaximiliano
Posts: 2611
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by danielmaximiliano »

Claudio : con tus trabajos ya nada me sorprende !!!

:mrgreen: :mrgreen: :mrgreen:
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
User avatar
srvet_claudio
Posts: 2193
Joined: Thu Feb 25, 2010 8:43 pm
Location: Uruguay
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by srvet_claudio »

Roberto Lopez wrote:
srvet_claudio wrote:
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... ?
Yes, I have some ideas in mind:
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.
WOW!

Then... according to '1': are you thinking in an Android (local server) to access all device hardware, including (ie) sensors?
Yes, the idea is to have a local server that run in the same device that JMG.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
serge_girard
Posts: 3161
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by serge_girard »

Sounds great, Claudio !

Serge
There's nothing you can do that can't be done...
Post Reply