Search found 918 matches: int

Return to advanced search

Re: james

... the current app but specify a different driver for a special routine. This would extremely rare I think--I have never needed to do this. James, at int I insert these lines in all my applications request dbfcdxrequest dbffptrequest hb_lang_itrequest hb_codepage_itwinFUNCTION Main()....RddSetDefault( ...
by Silvio.Falconi
Sun Dec 19, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: Learning opencv step by step

... LNK2019: unresolved external 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 ...
by Antonio Linares
Tue Dec 14, 2021 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learning opencv step by step
Replies: 21
Views: 2366

calculate the right position

I saw I can create a dialog with local nHt := Int( ScreenHeight() * 0.5 ) local nWd := Int( ScreenWidth() * 0.5 ) DEFINE DIALOG oDlgAgenti SIZE nWd, nHt PIXEL FONT oFont TRUEPIXEL ; TITLE cTitle TRANSPARENT COLOR CLR_BLACK,RGB( 245,244,234 ) ICON ...
by Silvio.Falconi
Sat Nov 27, 2021 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculate the right position
Replies: 0
Views: 279

Re: MariaDB - CREATE TABLE | text, int(11), tinyint

Hi Rao

"C" : Creates VarChar
"c" : Creates Binary char field
"M" : Creates Long Text Field
"m" : Creates Long BLOB


where can you see all the options? Thank you

Saludos
by horacio
Thu Nov 04, 2021 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB - CREATE TABLE | text, int(11), tinyint
Replies: 5
Views: 1235

Re: Campos empaquetados en archivo de texto

... De hecho no sé por donde empezar. #include <Windows.h> #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, ...
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: 3058

Re: MariaDB - CREATE TABLE | text, int(11), tinyint

::oCnx:DropTable( "tbsucursal" )aDatos := { ;            { "nombre", "C", 120, 0 } ;          }lValue := ::oCnx:createtable( "tbsucursal", aDatos )IF ( lValue )...
by nageswaragunupudi
Wed Sep 29, 2021 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB - CREATE TABLE | text, int(11), tinyint
Replies: 5
Views: 1235

Re: MariaDB - CREATE TABLE | text, int(11), tinyint

Hola.-     ::oCnx:DropTable( "tbsucursal" )      aDatos := { ;                  { "id", "n", 2, 0, "PRI" }, ;                  { "nombre", "c", 120, 0 } ;                }      lValue := ::oCnx:createta...
by goosfancito
Tue Sep 28, 2021 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB - CREATE TABLE | text, int(11), tinyint
Replies: 5
Views: 1235

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5034

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

... HB_SignFile( Archivo a firmar, Archivo .pfx, clave, Archivo Firmado) BIO *in = NULL, *out = NULL; CMS_ContentInfo *cms = NULL; CMS_SignerInfo *si; int flags = CMS_PARTIAL; X509 *x509; EVP_PKEY *priKey; este es parte del codigo de la funcion, a los include los llama como ves...no estoy seguro pero ...
by rterraz
Fri Sep 17, 2021 12:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5034

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

... 3 ) ) );  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. ..\Harbour_msvc64\bin\harbour erp.prg /q0 /n /W -I..\Fwh64\include ...
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

... 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 reserved. cl.exe -TP -W3 -c /GS- -I..\Harbour_msvc64\include ...
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

... external symbol HB_FUN_MSGINFO LIBCMT.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ) c:\fwh\lib\FiveH32.lib : warning LNK4272: library machine type 'x86' ...
by Compuin
Wed Jun 30, 2021 9:19 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

... external symbol HB_FUN_MSGINFO LIBCMT.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol WinMain referenced in function "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ) c:\fwh\lib\FiveH32.lib : warning LNK4272: library machine type 'x86' ...
by Compuin
Wed Jun 30, 2021 9:19 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)

... 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, I removed ...
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
PreviousNext

Return to advanced search