xHarbour.com SQLRDD and HMG

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
melliott42
Posts: 119
Joined: Wed Feb 18, 2009 2:14 pm

xHarbour.com SQLRDD and HMG

Post by melliott42 »

Hello,

Can anyone suggest the changes required to get xHarbour.com's SQLRDD to work with HMG 3.0.4?

I guess at a high level it involves pointing to the right /INCLUDE and /LIBs but was hoping someone has gone down this path before more and can share the optimal steps they found.

Thanks,

Michael
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: xHarbour.com SQLRDD and HMG

Post by apais »

I think this a question for harbour developpers.
This is a HMG ( a GUI for he Harbour compiler ) forum.

Regards
Angel
Angel Pais
Web Apps consultant/architect/developer.
melliott42
Posts: 119
Joined: Wed Feb 18, 2009 2:14 pm

Re: xHarbour.com SQLRDD and HMG

Post by melliott42 »

Let me take a step back perhaps...

Assume that I have a new library that has one or more ".lib" and ."ch" files that did not come with the default HMG install. If up-to-this point all my HMG programs have been created using just the standard build.bat and just one .prg file and I want to get this new Library to work, what do I need to modify and why in HMG?

[Sidebar]
I think at this point I am finding many variants of Clipper\Harbour (which is not a bad thing) and not sure what the rules of engagement are to introduce a new library into HMG. This may be a reason more new developers are put off from using xHarbour. Old Clipper 5.x guys had to learn this but new folks may find the availability of make-link-compile-etc docs very unclear.


Thanks for helping me understand this for HMG.

Michael
User avatar
apais
Posts: 441
Joined: Fri Aug 01, 2008 6:03 pm
DBs Used: DBF, Leto, MariaDB, SQLite
Location: uruguay
Contact:

Re: xHarbour.com SQLRDD and HMG

Post by apais »

AFAIR sqlrdd is a closed source lib only generated for xharbour.
harbour and xharbour pcodes are incompatible, so I seriouslky doubt this will ever work.

There's been some years since I used to read xh forums. But I think SQLRDD is/was used to lock users into the paid version of xHarbour

Regards
Angel
Angel Pais
Web Apps consultant/architect/developer.
melliott42
Posts: 119
Joined: Wed Feb 18, 2009 2:14 pm

Re: xHarbour.com SQLRDD and HMG

Post by melliott42 »

AFAIR sqlrdd is a closed source lib only generated for xharbour.
I did not know this. I figured all xHarbour was the same at the core. Thanks for pointing that out.
Post Reply