Search found 479 matches: successfully

Return to advanced search

Re: Connecting to a BLE device

... 1993-2023 Embarcadero Technologies, Inc. jeff.c: Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. * Application successfully built * jeff.prg #include "FiveWin.ch"function Main()   Test()return nil#pragma BEGINDUMP#include <stdio.h>#include ...
by Antonio Linares
Wed Feb 28, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connecting to a BLE device
Replies: 8
Views: 319

Re: 2FA - Two Factor Authentication

Something simple would be to send a SMS to the user with a code and the app would wait for such code.

If the code is correct, then he would have been 2FA successfully authenticated
by Antonio Linares
Thu Feb 15, 2024 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 233

Re: phpBB to LLM

... wheel for pytorch (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for pytorch (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [20 lines of output] Traceback (most recent call last): File "C:\Users\alerc\AppData\Local\Programs\Python\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4693

Re: Saving OuterHTML using Await Implementation with TWebView

... completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Saving OuterHTML using Await Implementation with TWebView

... completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart of ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1632

Re: Webview question

I tested this sample successfully. May be this can help someone: #include "FiveWin.ch"static oWebViewfunction Main()   local oWnd, cFile   DEFINE WINDOW oWnd TITLE "Consulta de Comprobantes" MENU BuildMenu()  ...
by ralph
Tue Jul 18, 2023 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Webview question

Hello friends, I have successfully implemented the functionality to return a JSON from JavaScript. Everything is working fine. oWebView:bOnBind = { | cJson, cCalls | hb_jsondecode(cJson, @hPost), xbrowse(hPost), oWebView:Return(cCalls, ...
by Otto
Mon Jul 03, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Error al leer un dll

... IF ERRORLEVEL 1 GOTO LINKERROR if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 GOTO EXIT ECHO rem delete temporary files @del %1.c :COMPILEERRORS @type comp.log ECHO * Compile errors * pause GOTO EXIT :LINKERROR ...
by jpcavagnaro
Sun Apr 23, 2023 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1498

Re: VS2022 Portable x32 x64

... echo %1.res >> msvc.tmp link @msvc.tmp /nologo /subsystem:windows /NODEFAULTLIB:msvcrt IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * @set path=%oldpath% @set include=%oldinclude% @set lib=%oldlib% @set libpath=%oldlibpath% @set oldpath="" @set oldinclude="" ...
by Compuin
Wed Apr 12, 2023 9:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: VS2022 Portable x32 x64
Replies: 19
Views: 6782

Re: Problema en Compilacion de ejemplo EasyReport

... 1999 Inprise Corporation. All rights reserved. Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. * Application successfully built *
by Antonio Linares
Sat Mar 25, 2023 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema en Compilacion de ejemplo EasyReport
Replies: 12
Views: 791

libcurl issues

I have successfully used libcurl for some processes, but for a new task, I have uncovered two issues: curl_easy_setopt(hCurl, HB_CURLOPT_FOLLOWLOCATION, 1L) . When trying to compile this, Harbour errors at the L ( in 1L ). This ...
by TimStone
Fri Feb 10, 2023 10:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: libcurl issues
Replies: 6
Views: 457

Re: Compilar webview.prg con xharbour

... Embarcadero Technologies, Inc. webview.c: Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. * Application successfully built *
by Antonio Linares
Thu Dec 08, 2022 8:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar webview.prg con xharbour - SOLUCIONADO
Replies: 4
Views: 306

Re: Error usando aEditListBound en xBrowse

... After changes using xbrowse LISTBOX: https://imagizer.imageshack.com/v2/xq90/923/5o2u0R.png We have successfully changed 1st record PAGO to "A" and 3rd record to "V"
by nageswaragunupudi
Sat Dec 03, 2022 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error usando aEditListBound en xBrowse
Replies: 8
Views: 499

Re: mod_harbour + ADS on linux server

Hello Giuliano,

thank you for your hint.

I will try to install ads libraries as you said.
I managed to successfully compile harbour libs following Antonio's guide so I think that my only problem are ads libs.
by berpa
Thu Dec 01, 2022 1:32 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31182

Re: Manifest

Dear Jimmy, If we try to use your manifest file instead of the one provided with FWH, I get: * Application successfully built * No se pudo iniciar la aplicación; la configuración en paralelo no es correcta. Consulte el registro de eventos de la aplicación o use la herramienta ...
by Antonio Linares
Thu Oct 27, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1789
Next

Return to advanced search