Search found 318 matches: dev

Return to advanced search

Re: How to include hbCurl?

HI,
you can generate C code from the CURL command line
adding "--libcurl filename.c" to the end of the command line

below is an example:
curl http://example.com --libcurl example.c

look at the link
https://everything.curl.dev/libcurl/libcurl
by vensanto
Wed Mar 06, 2024 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2932

Re: link between PRG and RC

https://i.imgur.com/quHCEc0.png https://i.imgur.com/D9gWqWd.png i use xmate or hbmk2 in harbour. :-) for the msvc version of my app i use xmate. for example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -t...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1655

Re: SAPI : change Voice

... Error: Unresolved external '_HB_FUN_HB_OSISWIN7' referenced from C:\HARBOUR\LIB\WIN\BCC\HBWIN.LIB|win_os i use FWH 23.07 and harbour 3.2.0 Dev (r1801051438) where do i get latest harbour Version :?:
by Jimmy
Sun Jan 28, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3524

Re: Conectarse con mariaDB

... MySQL Connector/C: Make sure you have MySQL Connector/C installed on your macOS. You can download it from the official MySQL website: https://dev.mysql.com/downloads/connector/c/ #include <stdio.h> #include <stdlib.h> #include <mysql/mysql.h> int main() { MYSQL *conn; MYSQL_RES ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 9888

Re: Webinars

Using AWS Bedrock & LangChain for Private LLM App Dev

https://events.singlestore.com/using-aws-bedrock-langchain-for-private-llm-app-dev

Regards,
by Baxajaun
Sat Dec 02, 2023 5:52 pm
 
Forum: latest AI news
Topic: Webinars
Replies: 1
Views: 1410

Using free AI power from our Harbour apps !!!

... files, so we asure we are all using the same files (for the start) This morning meanwhile I was testing and helping on some python code of GPT4All dev team I realized (I saw and debugged the code) that they just were creating a process with the EXE and routing stdin and stdout, so I thought it ...
by Antonio Linares
Fri Mar 31, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using free AI power from our Harbour apps !!!
Replies: 20
Views: 1666

Re: Registo de Eventos Ley Anti Fraude

Creo que AEAT quere que usas una a tabla Quantum Ledger Database (qldb) para grabar todos los transaciones nuevas y modificaciones.

El unico proveedor que encuento es Amazon y tienes que pagar

https://gerardo.dev/qldb.html

https://aws.amazon.com/es/qldb/

Alquien tiene una solución mas economico.
by PAUL SIMM
Mon Jan 02, 2023 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Registo de Eventos Ley Anti Fraude
Replies: 5
Views: 572

Re: mod_harbour + ADS on linux server

... here are the instructions to build it: 1. git clone https://github.com/harbour/core harbour 2. Install these packages: sudo apt install libssl-dev sudo apt install libcurl4-openssl-dev 3. before building Harbour use this export from the terminal: export HB_USER_CFLAGS=-fPIC 4. run make in harbour ...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31177

Quasar Framework for Android / iOS

hi, did somebody work with Quasar Framework :?: https://quasar.dev/ i have see a Video how to create a Client App it can use same (!) CODE Base for Android or iOS using Vue.js 3 as User Interface. when using Cordova as Emulator you can use Android 11 ...
by Jimmy
Sat Sep 17, 2022 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quasar Framework for Android / iOS
Replies: 5
Views: 584

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Me sigue dando problemas imagino que de memoria ya que se sale del programa al hacer la llamada a CChex_Update sin indicar ningun error. Actualmente lo estoy llamando asi: function EnlaceAnviz()                  public Anviz_handle:=0    public tipo:=1, iDx:=1, aDatos:=space(52), nLe...
by Pg_cts
Tue Sep 06, 2022 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2058

Re: Resolution of monitor

... is not a Solution to "switch" it "just" is to get "native" (real) Size of Display under Windows 7, 8, 10, 11 and DEV Insider which is the Theme of this Thread Ok Jimmy, I appreciate the intention to help. Thank you very much. Ok Jimmy, agradezco la intención de ...
by karinha
Tue Sep 06, 2022 1:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2540

Re: Resolution of monitor

hi karinha,

i have run your Sample to "switch" Resolution
but my Answer is not a Solution to "switch"

it "just" is to get "native" (real) Size of Display under Windows 7, 8, 10, 11 and DEV Insider
which is the Theme of this Thread
by Jimmy
Mon Sep 05, 2022 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2540

Re: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ

Llamandolo así me devuelve el error UNKNOWN Parameter Type! Por otro lado si no lo paso por referencia me echa del programa sin mensaje de error (Supongo que problema de memoria). En el ejemplo de C# hace la siguiente llamada AnvizNew.CChex_Update(anviz_handle, dev_idx, Type, pBuff, len); y pBuff lo...
by Pg_cts
Sun Sep 04, 2022 11:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INTEGRACION CON DLL PARA CONECTAR CON DISPOSITIVOS ANVIZ
Replies: 27
Views: 2058

Re: Resolution of monitor

... is that it works on WINDOWS 7, but it doesn't work on WNDOWS 10, you know? it work for me as expect under Windows 10 (32 & 64 Bit), 11 and DEV Insider 25193 #INCLUDE "fivewin.CH"#define DESKTOPVERTRES       0x0075   // (117) Vertical height  of entire desktop in pixels#define ...
by Jimmy
Sun Sep 04, 2022 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolution of monitor
Replies: 29
Views: 2540

Re: hb_zipfile Comprimir Carpetas/Subcarpetas

Tema Interesante ... Crear ZIP incluyendo carpeta y subcarpeta(s) ... utilizando hb_zipfile ... Suponga que tiene un Directorio D:\DEV\CONT\BUILD lo que intentaria comprimir en ZIP esta en el directorio CONT y en el subdirectorio BUILD pruebe algo asi: FUNCTION Backup()   LOCAL ...
by Maggiro
Tue Aug 23, 2022 3:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hb_zipfile Comprimir Carpetas/Subcarpetas
Replies: 4
Views: 723
Next

Return to advanced search