Search found 78 matches: float

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... Datenverlust möglich 2>ggml-quants.c 2>F:\llama.cpp\ggml-quants.c(627,26): warning C4244: "=": Konvertierung von "float" in "int8_t", möglicher Datenverlust 2>F:\llama.cpp\ggml-quants.c(845,36): warning C4244: "=": Konvertierung von "float" ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8195

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8195

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

hola.
cuando defino un procedimiento que va a devolver (OUT) un valor de siete cifras con dos decimales, lo defino como DOUBLE? o FLOAT?

gracias.
by goosfancito
Wed Dec 20, 2023 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2890

Interesting discussion with ChtGPT

... compared to modern languages might be: Declaration method: In modern languages, it's common to specify the data type when declaring (e.g., int, float, string), while in Clipper, using LOCAL or other keywords without a specific data type is common. Syntax: For example, Clipper uses ? for print ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: ACROPDF

... setNamedDest( [in] BSTR ) STDCALL dispatch FUNC void Print() STDCALL dispatch FUNC void printWithDialog() STDCALL dispatch FUNC void setZoom( [in] float ) STDCALL dispatch FUNC void setZoomScroll( [in] float, [in] float, [in] float ) STDCALL dispatch FUNC void setView( [in] BSTR ) STDCALL dispatch ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 537

Re: Learning opencv step by step

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

Re: Enviar datos a un PRG

... method="post"> ... <button id="save" type="submit" class="btn btn-primary float-right">Save changes</button> todos los valores te llegan en un hash y accedes a ellos asi: ? AP_PostPairs()
by Antonio Linares
Mon Sep 20, 2021 5:29 am
 
Forum: mod_harbour
Topic: Enviar datos a un PRG
Replies: 1
Views: 448

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

... Parece que la versión de bcc64 que estamos usando no es correcta, porque la declaración de esas funciones estan en el fichero de cabecera float.h de bcc64 y sin embargo esos símbolos no estan dentro de las librerías de bcc64 (*.a) Mi consejo es construir con Visual Studio Community. Es ...
by Compuin
Wed Jun 30, 2021 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

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

... Parece que la versión de bcc64 que estamos usando no es correcta, porque la declaración de esas funciones estan en el fichero de cabecera float.h de bcc64 y sin embargo esos símbolos no estan dentro de las librerías de bcc64 (*.a) Mi consejo es construir con Visual Studio Community. Es ...
by Antonio Linares
Wed Jun 30, 2021 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4077

Re: ¿Error de Tdolphin con decimales MySql?

... bien el numero con toda la precisión decimal (en formato texto) y no asi en micampo (el campo definido como DECIMAL 21,8 y tambien probé con float y double). Claramente es una limitación de harbour
by cmsoft
Tue Jun 08, 2021 7:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Error de Tdolphin con decimales MySql?
Replies: 8
Views: 996

ButtonBar in a specific location ( Solved )

... <nHeight>];   [BUTTONSIZE <nBtnWidth>, <nBtnHeight>];   [3D | 3DLOOK | _3D | _3DLOOK];   [TOP | LEFT | RIGHT | BOTTOM | FLOAT];   [OF | WINDOW | DIALOG <oWnd>];   [CURSOR <oCursor>] But give the following error in the compilation: Error E0022 Invalid lvalue: ...
by ctoas
Mon Mar 30, 2020 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar in a specific location ( Solved )
Replies: 4
Views: 555

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

fivedbu structure standard DBase Versione 7

Field type: C - Character Y - Currency N - Numeric F - Float D - Date T - DateTime B - Double I - Integer L - Logical M - Memo G - General C - Character (binary) M - Memo (binary) P - Picture + - Autoincrement (dBase Level 7) O - Double (dBase Level ...
by Silvio.Falconi
Mon May 13, 2019 4:08 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: fivedbu structure standard DBase Versione 7
Replies: 0
Views: 390

int64_t equivalente en long

Estimados tengo que retornar un int64_t desde c a harbour como seria la conversión? no estoy muy claro si resia float ó float float. int64_t VLCWrapperImpl::GetLength(){    int64_t length = libvlc_media_player_get_length(pMediaPlayer_);    ...
by carlos vargas
Wed Dec 05, 2018 10:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: int64_t equivalente en long
Replies: 2
Views: 305

Re: Desktop Alerts

... atexto += "<body scroll='auto' bgcolor='" + nCorFundoHTML + "'>" atexto += "<div style='float:left; width:38px;margim-right:30px;'>" atexto += "<img src='" + nexecutavel+"\img\information-icon.png" + "'style=width:32px;height:32px'>" ...
by ronaldo
Tue Apr 10, 2018 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29488
Next

Return to advanced search