Harbour ChangeLog - Relevant for HMG interest

Harbour, MingW related news.

Moderator: Rathinagiri

User avatar
serge_girard
Posts: 3158
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 »

Thanks Pablo!

Serge
There's nothing you can do that can't be done...
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: Tue Dec 06, 2016 1:20 am
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
Dear Claudio,
Any update / demo / news
BPD
Convert Dream into Reality through HMG
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 »

bpd2000 wrote: Sun Apr 09, 2017 3:48 am
srvet_claudio wrote: Tue Dec 06, 2016 1:20 am
Roberto Lopez wrote:
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
Dear Claudio,
Any update / demo / news
Yes Dave, the server is practically finished, these days I'm going to publish it as open source.
Best regards.
Dr. Claudio Soto
(from Uruguay)
http://srvet.blogspot.com
User avatar
gfilatov
Posts: 1057
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: Harbour ChangeLog - Relevant for HMG interest

Post by gfilatov »

Pablo César wrote: Fri Dec 16, 2016 10:01 am Uff, until finally something new in our Harbour...
New functions for DBF handling:
2022-10-17 20:11 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* include/harbour.hbx
* src/harbour.def
* src/rdd/dbcmd.c
+ added two new functions:
hb_FieldGet( <cFieldName> | <nFieldPos> )
-> <xFieldValue> | NIL
hb_FieldPut( <cFieldName> | <nFieldPos>, <xFieldValue> )
-> <xFieldValue> | NIL
They works like FieldGet() and FieldPut() but allows to use field
name instead of field index.
No comment 8-)
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
Post Reply