Search found 324 matches: bool

Return to advanced search

Re: CodeBlock

Dear Ari, In harbour/include/hbapi.h you find this: https://github.com/harbour/core/blob/master/include/hbapi.h typedef struct _HB_CODEBLOCK { const HB_BYTE * pCode; /* codeblock pcode */ PHB_SYMB pSymbols; /* codeblocks symbols */ PHB_SYMB pDefSymb; /* symbol where the codeblock was cre...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 284

Re: Learning opencv step by step

... symbol "struct cv::Ptr<class cv::ximgproc::FastLineDetector> __cdecl cv::ximgproc::createFastLineDetector(int,float,double,double,int,bool)" (?createFastLineDetector@ximgproc@cv@@YA?AU?$Ptr@VFastLineDetector@ximgproc@cv@@@2@HMNNH_N@Z) referenced in function main test1.exe : fatal ...
by Antonio Linares
Tue Dec 14, 2021 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2371

Re: Starting monitor

I tried:

DLL32 FUNCTION EnumDisplayMonitors( hdc AS LONG, lprcClip AS LONG, ;
lpfnEnum AS Mnt_Lg, dwData AS LONG) AS BOOL PASCAL LIB "user32.dll"

But, apparently, I am wrong in the description of the call function :(
by Natter
Wed Dec 08, 2021 6:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Starting monitor
Replies: 15
Views: 1459

Re: Campos empaquetados en archivo de texto

... #include <hbapi.h> HB_FUNC( Pack2Text ) { private Decimal Unpack(byte[] inp, int scale) { long lo = 0; long mid = 0; long hi = 0; bool isNegative; // this nybble stores only the sign, not a digit. // "C" hex is positive, "D" hex is negative, and "F" ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3059

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

Has puesto una l de más hb_parnlll Tampoco      hb_retl( mysql_real_query( ( void * ) hb_parnll( 1 ), hb_parc( 2 ), hb_parnl( 3 ) ) );  FiveWin for Harbour 20.12 (MSVC++) Dic. 2019 Harbour development power Aplicacion Desarrollo. Microsoft (R) Program...
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

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

Que error da ? FiveWin for Harbour 20.12 (MSVC++) Dic. 2019 Harbour development power Aplicacion Desarrollo. Microsoft (R) Program Maintenance Utility Version 14.29.30038.1 Copyright (C) Microsoft Corporation. All rights reserved. cl.exe -TP -W3 -c /GS- -I..\Harbour_msvc64\include -I..\mysql\Includ...
by Compuin
Thu Jul 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4142

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

Maestro, Compilando el ERP.PRG que viene en fwh\sample, tengop estas incidencias con MSVC FiveWin for Harbour 20.12 (MSVC++) Dic. 2019 Harbour development power Aplicacion Desarrollo. Microsoft (R) Program Maintenance Utility Version 14.29.30038.1 Copyright (C) Microsoft Corporation. All rights rese...
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: 4142

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 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: 4142

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: 4142

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

... c:\harbour\include/clipdefs.h:100:16: error: typedef redefinition with different types ('USHORT' (aka 'unsigned short') vs 'int') typedef USHORT BOOL; c:\harbour\include/clipdefs.h:78:22: error: typedef redefinition with different types ('unsigned int' vs 'unsigned short') typedef unsigned int ...
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: 4142

Re: Mysql (Result a Array en C) solicitud de ayuda.

Antonio, que direfencia hay entre estas dos funciones? extern HB_EXPORT HB_BOOL hb_arraySetC( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText ); extern HB_EXPORT HB_BOOL hb_arraySetCL( PHB_ITEM pArray, HB_SIZE nIndex, const char * szText, HB_SIZE nLen ); asi esta quedando la funcion, ya en el e...
by carlos vargas
Tue Mar 02, 2021 8:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql (Result a Array en C) solicitud de ayuda.
Replies: 7
Views: 577

Re: New FTDN December/Diciembre 2020 (FWH 20.12)

Septiembre a Diciembre 2020 =========================== * Nuevo: En la clase TCalendar los métodos HandleEvent(), Change(), GetMinReqRect(), SizeRectToMin( aSize ), SetCurrentView y GetCurrentView han sido añadidos o modificados. Muchas gracias a AntoninoP. En los foros: http://forums.fivetechsuppor...
by Antonio Linares
Mon Dec 28, 2020 3:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

New FTDN December/Diciembre 2020 (FWH 20.12)

September to December 2020 ========================== * New: In Class TCalendar Method HandleEvent(), Change(), GetMinReqRect(), SizeRectToMin( aSize ), SetCurrentView and GetCurrentView have been added and/or modified. Many thanks to AntoninoP in the forums: http://forums.fivetechsupport.com/viewto...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2562

Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2

... I:\bcc\include\windows\sdk\minwindef.h 169: Earlier declaration of 'PWORD' Error E2238 \Harbour\include\clipdefs.h 100: Multiple declaration for 'BOOL' Error E2344 I:\bcc\include\windows\sdk\minwindef.h 158: Earlier declaration of 'BOOL' Error E2238 \Harbour\include\clipdefs.h 103: Multiple declaration ...
by noe aburto
Wed Aug 26, 2020 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2
Replies: 1
Views: 317

problema con DLL32 [solucionado]

Hola: Necesito llamar a una función de una .dll externa que tiene que devolver .t. o .f.: bool WLIsProtected(void); en [Visual Basic] <DllImport("WinlicenseSDK.dll", CallingConvention:=CallingConvention.StdCall)> Public Shared Function WLIsProtected()as ...
by MOISES
Mon Apr 20, 2020 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con DLL32 [solucionado]
Replies: 6
Views: 809
PreviousNext

Return to advanced search