Search found 958 matches: erro

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

antonio o erro não acontece mais, inclui: #ifndef HB_LONGLONG #define HB_LONGLONG long #define hb_storvnll hb_stornl #endif agora o erro eh outro ao clicar em start DLL FUNCTION Llama( cModel AS LPSTR, cPrompt AS LPSTR, pFunc AS ...
by jhnsnlb
Sat Dec 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8124

SQLRDD - Error Compilar

Olá, ao tentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6 Usando Hbmake, esta dando o seguinte Erro: Hola, al intentar compilar SQLRDD com xHarbour.org [10275] BCC 7.6 Usando Hbmake: está dando el siguiente error: C:\BCC76\BIN\ilink32 @makefile.lnk Turbo Incremental ...
by lzanardo
Tue Nov 21, 2023 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLRDD - Error Compilar
Replies: 1
Views: 242

Re: De *.C Para *.Obj en BCC74 no funciona más.

alguem poderia ajudar com este erro:
obs: BCC770 xharbour10276
Image
by jhnsnlb
Tue Nov 21, 2023 10:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39444

Re: Testing Harbour -gc3 flag

Enrico: No funciona: -es3 -gc3 %hdir%\bin\harbour SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour SCC -n -m -w -es2 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include ...
by Enrico Maria Giordano
Fri Nov 17, 2023 6:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4319

Re: Testing Harbour -gc3 flag

Enrico: No funciona: -es3 -gc3 %hdir%\bin\harbour SCC -n -m -w -es3 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include /w0 /p >> Erro.log 2>> ERROS.LOG Error F0034 Bad command line option: 'eS3' Asi, funciona: -es2 -gc3 %hdir%\bin\harbour SCC -n -m -w -es2 -gc3 /i%fwhdir%\include;%hdir%\include;%bcdir%\include ...
by karinha
Fri Nov 17, 2023 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4319

Fwh 23.10 rpreview problems

when double on rpreview not make zoom and I have this error

Image



before if I double clicked on the sheet the preview showed the zoomed page and you couldn't even see the lupa cursor
by Silvio.Falconi
Wed Nov 08, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 rpreview problems
Replies: 7
Views: 574

Re: xHarbour.org updated!

... oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 oCli:lSSL = .T. IF oCli:Open() ...
by wartiaga
Tue Sep 19, 2023 7:57 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37235

Re: xHarbour.org updated!

... oUrl, oCli LOCAL hQUery := Hash() TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Conection Error','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 oCli:lSSL = .T. IF oCli:Open() ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37235

Re: xHarbour.org updated!

... to use https? Thank you again. Code below: TRY oUrl = TUrl():New( 'https://apis.averbeporto.com.br/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Erro ao criar a conexão','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 IF oCli:Open() ...
by wartiaga
Tue Sep 19, 2023 2:25 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 155
Views: 37235

hbcurl xharbour

... using hbcurl? Thanks in advance. TRY oUrl = TUrl():New( 'https://www.averbeporto.com.br/websys/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Erro ao criar a conexão','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 IF oCli:Open() ...
by wartiaga
Tue Jul 18, 2023 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbcurl xharbour
Replies: 1
Views: 221

TLS 1.2 doubt

Hi, I have this code to conect: TRY oUrl = TUrl():New( 'http://www.averbeporto.com.br/websys/php/conn.php' ) CATCH CurSorArrow() MsgInfo('Erro ao criar a conexão','Erro') RETURN(.F.) END IF !EMPTY( oUrl ) oCli = TIPClientHttp():New( oUrl ) IF !EMPTY( oCli ) oCli:nConnTimeout = -1 IF oCli:Open() ...
by wartiaga
Thu Jul 13, 2023 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLS 1.2 doubt
Replies: 7
Views: 363

Re: oWord:CentimetersToPoints() en xHarbour

Solo necesito averiguar qué es este error: I just need to figure out what this error is: ERRO! A ENTRADA DE AUTOTEXTO NÃO FOI DEFINIDA. ¡ERROR! LA ENTRADA DE AUTOTEXTO NO ESTÁ DEFINIDA. ERROR! AUTOTEXT ENTRY IS NOT DEFINED. Image: https://imgur.com/7J46lj6 https://i.imgur.com/7J46lj6.png ...
by karinha
Mon Apr 24, 2023 11:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oWord:CentimetersToPoints() en xHarbour
Replies: 12
Views: 726

oWord:CentimetersToPoints() en xHarbour

Buenas, No funciona en xHarbour porque? odoc:PageSetup:TopMargin := oWord:CentimetersToPoints( 2.5 ) Error: Erro! A entrada de AutoTexto não foi definida. ¡Error! La entrada de Autotexto no se ha definido. Que falta? Como defino Autotexto ? Compila bien con Harbour y xharbour: ...
by karinha
Sat Apr 22, 2023 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: oWord:CentimetersToPoints() en xHarbour
Replies: 12
Views: 726

Re: SkinButton() Problem

... Del JIMMYSKI.Exe c:\fwh\0\SKIN2>c:\Harbour\bin\harbour JIMMYSKI /m/n /iC:\FwH\include;c:\Harbour\include;C:\BCC7\include /w0 /p 1>Erro.log 2>ERROS.LOG c:\fwh\0\SKIN2>C:\BCC7\bin\bcc32 -M -c -v -O2 -eJIMMYSKI.Exe -Ic:\Harbour\include -IC:\BCC7\include JIMMYSKI.C 1>>Erro.log ...
by Jimmy
Tue Apr 18, 2023 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 958

Re: erro na linkagem de uma compilacao

resolvido !!!
by Giba_Fro
Tue Feb 07, 2023 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erro na linkagem de uma compilacao
Replies: 7
Views: 438
Next

Return to advanced search