8000 GitHub - toninhofwi/sqlrddpp: SQLRDD for Harbour and Harbour++
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

toninhofwi/sqlrddpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="react-directory-truncate">vc12
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 8000  
 

Repository files navigation

sqlrddpp

SQLRDD for Harbour and Harbour++

Notes

Windows - How to compile

cd sqlrddpp
hbmk2 sqlrddpp.hbp

Windows - How to compile (old way)

rem add bison.exe to path
set PATH=C:\GnuWin32\bin;%PATH%
cd sqlrddpp
cd source
hbmk2 sqlrdd.hbp

Ubuntu - How to get and compile

sudo apt install unixodbc-dev
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
hbmk2 sqlrddpp.hbp

Ubuntu - How to get and compile (old way)

sudo apt install bison
sudo apt install unixodbc-dev
git clone https://github.com/marcosgambeta/sqlrddpp
cd sqlrddpp
cd source
hbmk2 sqlrdd.hbp

Compiling with SQLRDD and MySQL

hbmk2 <filename> sqlrddpp.hbc -llibmysql

Links

SQLRDD for xHarbour
https://github.com/ronpinkas/xharbour
https://github.com/ronpinkas/xharbour/tree/main/xHarbourBuilder/xHarbour-SQLRDD

Bison
https://gnuwin32.sourceforge.net/packages/bison.htm

About

SQLRDD for Harbour and Harbour++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.2%
  • xBase 19.9%
  • C++ 0.9%
  • Yacc 0.7%
  • Batchfile 0.2%
  • Handlebars 0.1%
0