Skip to content

Commit

Permalink
fix compile errors for 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakp committed Feb 9, 2020
1 parent a729848 commit f7f1cef
Show file tree
Hide file tree
Showing 27 changed files with 34 additions and 8 deletions.
7 changes: 4 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
February 05 2016 - Patrik Hanak <[email protected]>
o V 0.8.4
o fix compilation errors, see patch file hk_classes_083to084.patch

December 17 2006 - Horst Knorr <[email protected]>
o V 0.8.3

Expand All @@ -7,9 +11,6 @@ December 17 2006 - Horst Knorr <[email protected]>
o hk_exporthtml: uses UTF8 encoding now
o hk_exporthtml: introduction of the --tabletags command line option




October 27 2006 - Horst Knorr <[email protected]>
o V 0.8.2
o hk_classes uses libxml2 for decoding XML files
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ fi

# Define the identity of the package.
PACKAGE=hk_classes
VERSION=0.8.3
VERSION=0.8.4


cat >>confdefs.h <<_ACEOF
Expand Down
1 change: 1 addition & 0 deletions hk_classes/hk_actionquery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include "hk_database.h"

#include <time.h>
#include <string.h>

class hk_actionqueryprivate
{
Expand Down
2 changes: 2 additions & 0 deletions hk_classes/hk_button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#include "hk_actionquery.h"
#include "hk_interpreter.h"

#include <string.h>



class hk_buttonprivate
Expand Down
1 change: 1 addition & 0 deletions hk_classes/hk_column.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "hk_dsdatavisible.h"
#include "hk_datetime.h"
#include <stdio.h>
#include <string.h>

hk_column::hk_column(hk_datasource* ds, const hk_string& lTRUE,const hk_string& lFALSE)
{
Expand Down
1 change: 1 addition & 0 deletions hk_classes/hk_datasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <list>
#include <stdlib.h>
#include <time.h>
#include <string.h>


voidfunction* hk_datasource::p_enablefunction=NULL;
Expand Down
4 changes: 2 additions & 2 deletions hk_classes/hk_definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ reports</li>
using namespace std;

#define HK_DEBUG
#define HK_VERSION "082"
#define HK_VERSION "084"
/*
** The HK_VERSION_NUMBER is an integer with the value
** (X*100000 + Y*1000 + Z). For example, for version "3.1.2",
Expand All @@ -93,7 +93,7 @@ using namespace std;
#ifdef HK_VERSION_NUMBER
# undef HK_VERSION_NUMBER
#endif
#define HK_VERSION_NUMBER 0008002
#define HK_VERSION_NUMBER 0008004


#ifdef HAVE_NO_SSTREAM
Expand Down
2 changes: 1 addition & 1 deletion hk_classes/hk_dsimage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "hk_dsimage.h"
#include "hk_form.h"
#include "hk_url.h"

#include <string.h>

hk_dsimage::imagetypelisttype hk_dsimage::p_imagetypefunctions;

Expand Down
1 change: 1 addition & 0 deletions hk_classes/hk_reportsection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "hk_database.h"
#include "hk_column.h"
#include "hk_datasource.h"
#include <string.h>

const double teiler=10000.0;

Expand Down
1 change: 1 addition & 0 deletions hk_classes/hk_storagedatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
// ****************************************************************************
#include "hk_storagedatasource.h"
#include <string.h>

hk_storagedatasource::hk_storagedatasource(hk_database* d,hk_presentation* p):hk_datasource(d,p)
{
Expand Down
1 change: 1 addition & 0 deletions hk_dbaseclasses/xbase/xbase64.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
#define HAVE_STRCASECMP 1
#define HAVE_VSNPRINTF 1
#define STDC_HEADERS 1
#define HAVE_UNISTD_H 1
#if defined(__WIN32__)
#include "windows.h"

Expand Down
1 change: 1 addition & 0 deletions hk_firebirdclasses/hk_firebirdcolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
// ****************************************************************************
#include "hk_firebirdcolumn.h"
#include "hk_firebirddatasource.h"
#include <string.h>


hk_firebirdcolumn::hk_firebirdcolumn(hk_firebirddatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_firebirdclasses/hk_firebirddatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <time.h>
#include <exception>
#include <new>
#include <string.h>

#define MAXLEN 1024

Expand Down
1 change: 1 addition & 0 deletions hk_mysqlclasses/hk_mysqlcolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include <mysql.h>
#include <errmsg.h>
#include <string.h>

hk_mysqlcolumn::hk_mysqlcolumn(hk_mysqldatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
:hk_storagecolumn(ds,tTRUE,tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_mysqlclasses/hk_mysqldatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "hk_mysqlactionquery.h"
#include <exception>
#include <new>
#include <string.h>

hk_mysqldatasource::hk_mysqldatasource(hk_mysqldatabase* d,hk_presentation* p):hk_storagedatasource(d,p)
{
Expand Down
2 changes: 2 additions & 0 deletions hk_mysqlclasses/hk_mysqltable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "hk_mysqltable.h"
#include "hk_mysqldatabase.h"
#include "hk_actionquery.h"
#include <string.h>

hk_mysqltable::hk_mysqltable(hk_mysqldatabase* db,hk_presentation* p):hk_mysqldatasource(db,p)

{
Expand Down
1 change: 1 addition & 0 deletions hk_odbcclasses/hk_odbccolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#endif

#include <sql.h>
#include <string.h>
//#include <errmsg.h>

hk_odbccolumn::hk_odbccolumn(hk_odbcdatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_odbcclasses/hk_odbcdatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <sqlext.h>
#include <exception>
#include <new>
#include <string.h>

hk_odbcdatasource::hk_odbcdatasource(hk_odbcdatabase* d,hk_presentation* p):hk_storagedatasource(d,p)
{
Expand Down
1 change: 1 addition & 0 deletions hk_odbcclasses/hk_odbctable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "hk_actionquery.h"
#include <sqltypes.h>
#include <sqlext.h>
#include <string.h>

hk_odbctable::hk_odbctable(hk_odbcdatabase* db,hk_presentation* p):hk_odbcdatasource(db,p)

Expand Down
2 changes: 1 addition & 1 deletion hk_paradoxclasses/hk_paradoxcolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// ****************************************************************************
#include "hk_paradoxcolumn.h"
#include "hk_paradoxdatasource.h"

#include <string.h>

hk_paradoxcolumn::hk_paradoxcolumn(hk_paradoxdatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
:hk_storagecolumn(ds,tTRUE,tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_paradoxclasses/hk_paradoxtable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "hk_paradoxconnection.h"
#include "hk_paradoxdatabase.h"
#include "hk_url.h"
#include <string.h>
//#include <pxversion.h>

hk_paradoxtable::hk_paradoxtable(hk_paradoxdatabase* db,hk_presentation* p):hk_paradoxdatasource(db,p)
Expand Down
2 changes: 2 additions & 0 deletions hk_postgresclasses/hk_postgresqlcolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "hk_postgresqlcolumn.h"
#include "hk_postgresqldatasource.h"
#include "hk_postgresqldatabase.h"
#include <string.h>

hk_postgresqlcolumn::hk_postgresqlcolumn(hk_postgresqldatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
:hk_storagecolumn(ds,tTRUE,tFALSE)
{
Expand Down
1 change: 1 addition & 0 deletions hk_postgresclasses/hk_postgresqldatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <hk_column.h>
#include <exception>
#include <new>
#include <string.h>

hk_postgresqldatasource::hk_postgresqldatasource(hk_postgresqldatabase* d,hk_presentation* p):hk_storagedatasource(d,p)
{
Expand Down
1 change: 1 addition & 0 deletions hk_sqlite3classes/hk_sqlite3column.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#endif

#include <sqlite3.h>
#include <string.h>

hk_sqlite3column::hk_sqlite3column(hk_sqlite3datasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
:hk_storagecolumn(ds,tTRUE,tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_sqlite3classes/hk_sqlite3datasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <sqlite3.h>
#include <exception>
#include <new>
#include <string.h>

hk_sqlite3datasource::hk_sqlite3datasource(hk_sqlite3database* d,hk_presentation* p):hk_storagedatasource(d,p)
{
Expand Down
1 change: 1 addition & 0 deletions hk_sqliteclasses/hk_sqlitecolumn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#endif

#include <sqlite.h>
#include <string.h>

hk_sqlitecolumn::hk_sqlitecolumn(hk_sqlitedatasource* ds, const hk_string& tTRUE,const hk_string& tFALSE)
:hk_storagecolumn(ds,tTRUE,tFALSE)
Expand Down
1 change: 1 addition & 0 deletions hk_sqliteclasses/hk_sqlitedatasource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <sqlite.h>
#include <exception>
#include <new>
#include <string.h>

hk_sqlitedatasource::hk_sqlitedatasource(hk_sqlitedatabase* d,hk_presentation* p):hk_storagedatasource(d,p)
{
Expand Down

0 comments on commit f7f1cef

Please sign in to comment.