Search found 516 matches: invalid

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... I get following error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API Key Invalid","status":401,"detail":"Your request did not include an API key.","instance":"5cd6..."} ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 446

Re: Using Microsoft AI Phi-2 from FWH

... AI_FORM.oAnswer.Value += cStr } ) )  thx for Answer have try that CODE but still get Error when compile AI_FORM.prg(97) Error E0022 Invalid lvalue '()' it seems me 3rd Parameter pFunc using Callback() Syntax fail under HMG will continue to search Solution ...
by Jimmy
Thu Dec 21, 2023 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6887

Re: Using Microsoft AI Phi-2 from FWH

...  CENTER WINDOW AI_FORM   ACTIVATE WINDOW AI_FORMRETURN  but the Action, to call Llama, does not compile under HMG ai_form.prg(94) Error E0022 Invalid lvalue '()' PROCEDURE DoClear()   AI_FORM.oAnswer.Value := ""RETURNPROCEDURE DoAction()   AI_FORM.oBtn.VISIBLE := ...
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: 6887

Re: Reason for closing DBF file

... FUENTES\COMUNES\logrdd.prg(344) Error E0030 Syntax error: "syntax error at 'ENDSWITCH'" FUENTES\COMUNES\logrdd.prg(389) Error E0059 Invalid SWITCH Constant 'CREATE'. FUENTES\COMUNES\logrdd.prg(392) Error E0059 Invalid SWITCH Constant 'CREATEFIELDS'. FUENTES\COMUNES\logrdd.prg(395) ...
by russimicro
Fri Sep 15, 2023 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1100

Re: How to read settings in Word

Antonio,

While compiling your example, I get the error : Error E0022 Invalid lvalue ':'

So the settings in Word can't be changed that way.
by driessen
Tue Aug 01, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 601

Libreria LIBEAY32 SSLEAY32 TIPSSL

... programa me da error Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: 'C:\COMPILER\FW32BITS\XHBCC582\LIB\LIBEAY32.LIB' contains invalid OMF record, type 0x21 (possibly COFF) Gracias de Antemano
by elmoiquique
Sun Jul 16, 2023 5:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria LIBEAY32 SSLEAY32 TIPSSL
Replies: 2
Views: 136

Error p/generar EXE usando UHTTPD2 en Windows

... : fatal error LNK1136: archivo no válido o dañado" * Si intento compilar con BCC 5.8, me da error que dice -- "UHTTPD2.LIB' contains invalid OMF record, type 0x21 (possibly COFF)" * Si intento compilar con MINGW, me genera otro error de file o directory El hbmk2 que estoy usando ...
by rodmc
Fri Jun 30, 2023 4:45 am
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1679

Re: Errores rpreview

Buenas tardes, Paquito Este es el código de cada una de las líneas con errores preview.prg linea305 Error E0022 Invalid lvalue: "Numeric" SIZE IfNil( nBtnW, 26 ), IfNil( nBtnH, If( LargeFonts(), 30, 26 ) ) linea515 Error E0030 Syntax error: "Syntax error at ´CURSOR´ ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 381

Re: hb_CDPSELECT() crash ?

the first parameter of this function is a string.
string conversions depend on codepage.
invalid codepage may create problems at any point.
by nageswaragunupudi
Wed May 31, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_CDPSELECT() crash ?
Replies: 8
Views: 319

Barcode FwZebra

... Barcode want a number , because on my application in my application when I go to print it often does not print the barcode but the writing "Invalid text" or another writing "minimum xxxx" for a sample if I have cItem := "1234567890123" and the size on CM width 9.5 ...
by Silvio.Falconi
Sun Apr 16, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Barcode FwZebra
Replies: 0
Views: 170

Re: problem in Mdi

Dear Silvio, > Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF) You are using a not compatible lib with BCC wich libs I must link with fwDbu.prg ? If I link libmariadb.lib it is compiled but then I have this ...
by Silvio.Falconi
Wed Jan 18, 2023 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 581

Re: problem in Mdi

Dear Silvio,

> Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

You are using a not compatible lib with BCC
by Antonio Linares
Wed Jan 18, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 581

Re: problem in Mdi

... @fivedbu.bcl Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
by Silvio.Falconi
Tue Jan 17, 2023 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem in Mdi
Replies: 10
Views: 581

Re: Conectando FiveWin / xHarbour con ChatGPT OpenAI

Good Afternoon Carlos Gallego, how do I get a key (password) to test your beautiful example? Thanks. { "error": { "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), o...
by karinha
Wed Dec 07, 2022 6:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conectando FiveWin / xHarbour con ChatGPT OpenAI
Replies: 12
Views: 1115

Re: chatGPT writes and executes Harbour code !!!

Good Afternoon Carlos Gallego, how do I get a key (password) to test your beautiful example? Thanks. { "error": { "message": "You didn't provide an API key. You need to provide your API key in an Authorization header using Bearer auth (i.e. Authorization: Bearer YOUR_KEY), o...
by karinha
Wed Dec 07, 2022 6:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2727
Next

Return to advanced search