Search found 234 matches: unsigned

Return to advanced search

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... C4312: 'type cast': conversion from 'long' to 'void *' of greater size erp.prg(271): error C2664: 'int mysql_real_query(MYSQL *,const char *,unsigned long)': cannot convert argument 1 from 'void *' to 'MYSQL *' erp.prg(271): note: Conversion from 'void*' to pointer to non-'void' requires ...
by Compuin
Thu Jul 01, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4429

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

Please try with these changes in c:\harbour\include/clipdefs.h: #ifndef HB_APIEXT_H_ typedef HB_VMHANDLE HANDLE; typedef USHORT BOOL; typedef unsigned int WORD; #endif Are you using #include <clipdefs.h> in your C code ? If so, please remove it and just use #include <hbapi.h> Hello, ...
by Compuin
Sat Jun 26, 2021 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4429

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

Please try with these changes in c:\harbour\include/clipdefs.h:

#ifndef HB_APIEXT_H_
typedef HB_VMHANDLE HANDLE;
typedef USHORT BOOL;
typedef unsigned int WORD;
#endif

Are you using #include <clipdefs.h> in your C code ? If so, please remove it and just use #include <hbapi.h>
by Antonio Linares
Sat Jun 26, 2021 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4429

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file(SOLVED)

... Master Antonio I'm getting this now: c:\harbour\include/clipdefs.h:112:21: error: typedef redefinition with different types ('HB_VMHANDLE' (aka 'unsigned long') vs 'void *') typedef HB_VMHANDLE HANDLE; c:\harbour\include/clipdefs.h:100:16: error: typedef redefinition with different types ('USHORT' ...
by Compuin
Sat Jun 26, 2021 5:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4429

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... warning: redefinition of typedef 'PFORMAT_STRING' is a C11 feature [-Wtypedef-redefinition] typedef const unsigned char * PFORMAT_STRING; ^ c:\bcc7164\include\windows\sdk/rpcndr.h:565:32: note: previous definition is here typedef const unsigned char * PFORMAT_STRING; ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4429

Re: BASE/39 Write not allowed in MariaDB

... you confirm it? Thanks. Hello I've the same problem! is it the same coincidense? My field is in de 3rd position too This is id_categ TINYINT(2) UNSIGNED ZEROFILL NOT NULL I do this, before Edit, but the error repeat: oQryPly:SetDefault( "id_categ", 3, FALSE ), ;oPlayer := TDataRow():New( ...
by MarioG
Sat Sep 19, 2020 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BASE/39 Write not allowed in MariaDB
Replies: 18
Views: 1683

FOREIGN KEY

... atascado intentado crear una foreign key, he creado dos tablas: cTb[55]:="CREATE TABLE `estudio_ratio` (" cTb[55]+="`id` int(6) unsigned NOT NULL auto_increment," cTb[55]+="`idestudio` int NOT NULL," cTb[55]+="`nporcentaje` decimal(4,2) default NULL," ...
by jgabri
Mon May 25, 2020 10:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FOREIGN KEY
Replies: 6
Views: 1677

Re: Missing LIB

After compiling fwpdf.prg:
Error: Unresolved external 'HPDF_Page_TextRect(void *, float, float, float, float, const char *, unsigned int, unsigned int *)' referenced from C:\EUROSTAR\FWPDF.OBJ

If i remove all 'HPDF_Page_TextRect(...) it compiles and link correct!
by byte-one
Tue Mar 03, 2020 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2599

Re: llamar funciones de DLL

zkemkeeper.ZKEM.1 STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch FUNC void GetTypeInfoCount( [out] PTR ) STDCALL dispatch FUNC void GetTypeInfo( [in] ...
by Antonio Linares
Sat Feb 01, 2020 7:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: llamar funciones de DLL
Replies: 20
Views: 4730

Can´t produce .exe with MSVC 2019 [solved]

... externo _printf sin resolver al que se hace referencia en la función "struct _CDXKEY * __cdecl hb_cdxKeyPutItem(struct _CDXKEY *,void *,unsigned long,struct _CDXTAG *,int,int)" (?hb_cdxKeyPutItem@@YAPAU_CDXKEY@@PAU1@PAXKPAU_CDXTAG@@HH@Z) hbpp.lib(ppcore.obj) : error LNK2001: símbolo ...
by MOISES
Thu Jan 30, 2020 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can´t produce .exe with MSVC 2019 [solved]
Replies: 3
Views: 656

Volviendo a programar con Fivewin

... Error E0002 Unterminated string: 't include both STDARG.H and VARA RGS.H' _stddef.h(54) Error E0030 Syntax error: "syntax error at 'UNSIGNED'" _stddef.h(73) Error E0030 Syntax error: "syntax error at 'INT'" _stddef.h(83) Error E0030 Syntax error: "syntax error ...
by Armando Picon
Wed Apr 03, 2019 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Volviendo a programar con Fivewin
Replies: 5
Views: 1167

backup mariadb - pregunta

... deberia verse "NULL", es correcto esto? ... DROP TABLE IF EXISTS `prestamosdet`; CREATE TABLE `prestamosdet` ( `num_pres` mediumint(6) unsigned NOT NULL DEFAULT 0, `cuota_no` smallint(4) unsigned NOT NULL DEFAULT 0, `fecha_prog` date DEFAULT NULL, `valor_prog` decimal(10,2) unsigned ...
by carlos vargas
Thu Mar 14, 2019 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: backup mariadb - pregunta
Replies: 2
Views: 599

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... ID: 10348 Process ID: 65279 User ID: 59639 Multiplex ID: 43073 Locking AndX Response (0x24) [Expert Info (Error/Malformed): Trying to fetch an unsigned integer with length 0] [Trying to fetch an unsigned integer with length 0] [Severity level: Error] [Group: Malformed] [Malformed Packet: SMB] ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4183

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... ID: 10348 Process ID: 65279 User ID: 59639 Multiplex ID: 43073 Locking AndX Response (0x24) [Expert Info (Error/Malformed): Trying to fetch an unsigned integer with length 0] [Trying to fetch an unsigned integer with length 0] [Severity level: Error] [Group: Malformed] [Malformed Packet: SMB] ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3854

compilar TDolphin Harbour 3.4 alguien que me pueda orientar?

... HB_LONGLONG; ^ E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:160:24: warning: 'long long' is a C++11 extension [-Wc++11-long-long] typedef unsigned long long HB_ULONGLONG; ^ E:\ToolsDeveloper\harbour-core-3.4.0\include/hbdefs.h:528:7: warning: 'long long' is a C++11 extension [-Wc++11-long-long] ...
by gabo
Tue Dec 04, 2018 1:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilar TDolphin Harbour 3.4 alguien que me pueda orientar?
Replies: 4
Views: 1180
PreviousNext

Return to advanced search