Search found 50 matches: cleanup

Return to advanced search

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 98

Re: Calculate total pages

... - The `oDevice:CmSay` and `oDevice:SayBitmap` calls seem to place text and bitmap images (like QR codes) on the document. 6. **File Management and Cleanup:** - `copyfile(...)`: Copies the currently processed metafile to a specific directory. - `DeleteEnhMetafile(hMeta)`: Deletes the Enhanced Metafile ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5508

Re: App Termination and Relaunch.

... terminate the existing instance of your application and then start a new one. If your application has any unsaved data or requires specific cleanup procedures before termination, you should implement those in your application code or a separate script that the batch file can call before ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 378

Re: Execute php or vbs code

Can you send me a very little PRG example to test it here? Enrico, Antonios example: #include "c:\harbour\contrib\hbcurl\hbcurl.ch" function Main() curl_global_init() ? "Hello world" ? callPHP( "www.fivetechsoft.com/getip.php" ) curl_global_cleanup() return nil functio...
by wartiaga
Sun Sep 03, 2023 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1037

Re: Execute php or vbs code

Here it is: https://wormhole.app/6lE98#DrUiOoCwc3x7kgJ2O-EDDA Enrico, using Antonio's example, I have several errors. Need some other lib? Error: Unresolved external 'WSAIoctl' referenced from D:\LANG\FWH1105\XH1.2.1\LIB\HBCURL.LIB|hbcurl Error: Unresolved external '_curl_global_init_mem' r...
by wartiaga
Sat Sep 02, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Execute php or vbs code
Replies: 18
Views: 1037

Conectar a un SFTP con CURL usando xHarbour ...

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error : Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui...
by Enrrique Vertiz
Tue Jul 18, 2023 10:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar a un SFTP con CURL usando xHarbour ...
Replies: 10
Views: 651

Re: Conectar SFTP con CURL

Estimados Saludos Alguien lo probo con xHarbour ?? , si se que Harbour seria ideal, pero tengo mucho que modificar y por ahora no tenemos tiempo, Yo he compilado y todo, pero al ejecutar me da un error: Error irrecuperable 9011 hb_xfree llamado con un puntero nulo Copie tal cual el ejemplo que aqui ...
by Enrrique Vertiz
Thu Jun 29, 2023 12:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 9126

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

Dear Antonio, I try it and got error message below: echo %hdirl%\hbhpdf.lib + >> b32.bc echo %hdirl%\libhpdf.lib + >> b32.bc echo %hdirl%\png.lib + >> b32.bc echo %hdirl%\hbwin.lib + >> b32.bc echo %hdirl%\gtgui.lib + >> b32.bc echo %hdirl%\hbrtl.lib + >> b32.bc e...
by richard-service
Fri Feb 03, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 4715

Re: CLASS fwTVCL for IP-TV

...  #include "READM3U.PRG"#endif  this will include other Files and it will compile/link and run --- i will release Source, after cleanup, soon Workaround /DUSE_INC can be used under 32 and 64 Bit but i like to know how it work with go64.bat / test64.HBP
by Jimmy
Tue Aug 02, 2022 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 667

Re: Conectar SFTP con CURL

Aqui lo tienes. Solo estoy haciendo pruebas hasta que consiga enlacar para liarme con el resto. Gracias #include "FiveWin.ch" #include "hbcurl2.ch" static oWnd, oTimer, oReader, oTdif, oFTP, oInternet, nDis //-----------------------------------------------------------------------...
by pepe_garcia
Thu Mar 10, 2022 10:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 9126

Re: Conectar SFTP con CURL

Buenos días, Estoy probando ejemplos de SFTP con CURL y me da los siguientes fallos. Se ve que me falta algo y no se que es. Si alguien me puede ayudar. Gracias Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_CURL_GLOBAL_INIT' referenced from C:\PRO_WI...
by pepe_garcia
Thu Mar 10, 2022 8:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectar SFTP con CURL
Replies: 67
Views: 9126

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

Tutorial de como usar CURL. quiero empezar desde cero

Estimados, voy a empezar desde cero con CURL para ver si puedo dejar en un post al final como se lo utiliza y ojaa a alguien mas le sirva. El editor que voy a usar es el xMate, no estoy preparado para pasarme al FiveEdit. Por lo que hasta ahora se deberia de incluir: hbcurl.ch y estas dos librerias ...
by goosfancito
Sun May 02, 2021 1:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tutorial de como usar CURL. quiero empezar desde cero
Replies: 10
Views: 1037

Re: CURL_GLOBAL_INIT()

Hello Mr. Antonio I removed the code CURL_GLOBAL_INIT () and CURL_GLOBAL_CLEANUP () as mentioned in your answer and stopped the error. Thank you! Now if possible I would have two more doubts. 1st - In the PHP code I am using as a reference there is the command: $ response = curl_exec ($ curl)...
by ctoas
Thu Apr 08, 2021 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CURL_GLOBAL_INIT()
Replies: 6
Views: 649

Re: SMS To Customer - Upon Order Delivery

Riaz,

Please remove these calls from the function SendSMS():
curl_global_init() and curl_global_cleanup()

curl_global_init() should be called just once at the beginning of the app and curl_global_cleanup() just once upon exit of the app
by Antonio Linares
Wed Apr 07, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1495
Next

Return to advanced search