Thank´s and Sorry my ignorance.
one More Last Question , Where can i Download that Bison?
The SQLRDD library for Harbour and MiniGUI
Moderator: Rathinagiri
Re: The SQLRDD library for Harbour and MiniGUI
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
-
- Posts: 197
- Joined: Thu Jul 16, 2020 5:42 pm
- DBs Used: DBF
Re: The SQLRDD library for Harbour and MiniGUI
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.
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.
-
- Posts: 47
- Joined: Tue Dec 08, 2020 11:37 am
- DBs Used: DBF,MySQL,PostgreSQL
- Location: Brasil
- Contact:
Re: The SQLRDD library for Harbour and MiniGUI
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...
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...
Re: The SQLRDD library for Harbour and MiniGUI
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
I want to test it with PostgreSQL
Re: The SQLRDD library for Harbour and MiniGUI
Hi!
I need a sample how to connect with FireBird.
Is it working with this server? Does anybody work with firebird?
I need a sample how to connect with FireBird.
Is it working with this server? Does anybody work with firebird?
-
- Posts: 47
- Joined: Tue Dec 08, 2020 11:37 am
- DBs Used: DBF,MySQL,PostgreSQL
- Location: Brasil
- Contact:
Re: The SQLRDD library for Harbour and MiniGUI
Hi To all ,
I builded the library libsqlrdd.a for Hmg 64 - Bit , finally. But there is a problem when i compile the sample described in the page 1 of this Thread.
Erro Base/42 - Scope violation(Protected) - Sr nRetCode. This error ocurrs when i call GoTop() , it seem a error from the class SqlSnr
I builded the library libsqlrdd.a for Hmg 64 - Bit , finally. But there is a problem when i compile the sample described in the page 1 of this Thread.
Erro Base/42 - Scope violation(Protected) - Sr nRetCode. This error ocurrs when i call GoTop() , it seem a error from the class SqlSnr