The SQLRDD library for Harbour and MiniGUI

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: The SQLRDD library for Harbour and MiniGUI

Post by gisjr134 »

Thank´s and Sorry my ignorance.

one More Last Question , Where can i Download that Bison?
User avatar
gfilatov
Posts: 1084
Joined: Fri Aug 01, 2008 5:42 am
Location: Ukraine
Contact:

Re: The SQLRDD library for Harbour and MiniGUI

Post by gfilatov »

gisjr134 wrote: Thu Jan 04, 2024 2:23 pm Thank´s and Sorry my ignorance.

one More Last Question , Where can i Download that Bison?
For example, here is the link :arrow: https://gnuwin32.sourceforge.net/packages/bison.htm
Kind Regards,
Grigory Filatov

"Everything should be made as simple as possible, but no simpler." Albert Einstein
HGAutomator
Posts: 195
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: The SQLRDD library for Harbour and MiniGUI

Post by HGAutomator »

How do I set up the environment to rebuild a BC lib with changes? The command is

hbmk2 sqlrddpp.hbp

is generating a Mingw library.

I think I need to clear out a whole lot of environmental variables, since I use Mingw rarely.

Edit: Never mind. Grigory just let me know there's a 32-bit version of the Mingw library ; I thought it was only 64-bit, that's why I avoided it.
Last edited by HGAutomator on Mon Feb 19, 2024 6:04 pm, edited 1 time in total.
gisjr134
Posts: 45
Joined: Tue Dec 08, 2020 11:37 am
DBs Used: DBF,MySQL,PostgreSQL
Location: Brasil
Contact:

Re: The SQLRDD library for Harbour and MiniGUI

Post by gisjr134 »

Hi To All ,

I Got This Error. M4Sugar.

C:\xharbour-main\xHarbourBuilder\xHarbour-SQLRDD\source>hbmk2 sqlrdd.hbp
hbmk2: Processando opções do ambiente: -comp=mingw64
c:\Bison\bison.exe: cannot open file `c:/progra~1/bison/share/bison/m4sugar/m4sugar.m4': No such file or directory
hbmk2[sqlrdd]: plugin: Error: Running 'bison' executable. 1
hbmk2: Compilando...
User avatar
mol
Posts: 3728
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: The SQLRDD library for Harbour and MiniGUI

Post by mol »

Can you help me to start any sample with HMG? Whato to do first to compile any test application?
I want to test it with PostgreSQL
Post Reply