Search found 728 matches: resolve

Return to advanced search

IA y Harbour Conceptos básicos

... musicales y al revisar la caché de mi navegador, observo que me ha bajado un archivo binario de 428,422,300 bytes /Xenova/musicgen-small/resolve/main/onnx/decoder_model_merged_quantized.onnx Y otros tantos ficheros de más de 100 mb tambien en formato ONNX Saltan mis dudas... Qué diferencia ...
by Joaquim Ferrer
Sat Apr 13, 2024 10:57 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 1
Views: 88

Compiling error Antonio Nages resolved

... test.c: [1]:iLink32.Exe -Gn -aa -Tpe -s -v @test.bcl Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link How I resolve ?
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 221

ADS with 64bit FWH Apps

... is not a FWH issue. My clients using the ADS software, prior to 12.0, simply run the 32 bit build of my application. However, it would be nice to resolve this issue. Thanks for any insight you might have. Tim
by TimStone
Thu Apr 04, 2024 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2303

xbrowse SelectRow method

If I made to select all record on xbrowse

oBrw:SelectRow( 4 )

and the I wish deselect only one record

If I made oBrw:SelectRow( 0 ) it deselect all

how resolve ?
by Silvio.Falconi
Sat Mar 30, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 686

Re: records on xbrowse

... ....:CreateFromCode() ENDlArrows:= IIF( oBrw:nDataRows<oBrw:nLen,.t.,.f.)  but it not run because I have 0 and -4 how I can resolve it ?
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1695

Re: Compiling with new harbour_bcc770_32_20240309

... %C_LIB_INSTALL%\PSDK\rasapi32.lib=40,.T.,0,0, %HB_LIB_INSTALL%\png.lib=41,.T.,0,0, %C_LIB_INSTALL%\PSDK\shell32.lib=42,.T.,0,0, How I can resolve this ?
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3403

Re: Compiling with new harbour_bcc770_32_20240309

Antonio,
I not resolve ask allways uuid.lib
I must return on oldest configuration
Oldest harbour/fwh/bcc7.30
by Silvio.Falconi
Tue Mar 19, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3403

Compiling with new harbour_bcc770_32_20240309

... -Gn -aa -Tpe -s -v @xbrwin7.bclTurbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.Error: Unresolved external '___get_std_stream' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|HARBOURError: Unable to perform link  How I can resolve it ?
by Silvio.Falconi
Mon Mar 18, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3403

Hide/show search system on a dialog - Resolved

...     oSearch:SetCheck(lSearch)   ACTIVATE POPUP oMenu OF oParent AT  oBrw:nTop+nRow, oBrw:nLeft+nCol   RETURN (NIL)  how I can resolve it ?
by Silvio.Falconi
Mon Mar 18, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1193

Re: To Nageswrao Del Objs on TscrollPanel

... https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product number 5 must be positioned after product 2 How I can resolve it ?
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 668

To Nageswrao Del Objs on TscrollPanel

... the obj on TscrollPanel When Click (SetCheck) on one items on xbrowse except product number 1 and del item on adata and refresh the oBrw how I can resolve ? I Tried with ( but run bad) FOR i := 1 TO LEN(oBrw:aCols) oCol := oBrw:aCols[ i ] oCol:bLDClickData := { || Erase_Items(oBrw,oPanel) } NEXT ...
by Silvio.Falconi
Mon Feb 26, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 668

Steps to integrate AI

... contract with OpenAI. However, what we don't know is how to integrate this technology into our application, teach it certain things we need it to resolve, and ultimately implement a transparent process for the user where we make a request and receive the most accurate response, similar to what ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: phpBB to LLM

... encountering issues with installing PyTorch using pip install torch, it could be due to several reasons. Here are a few steps you can take to resolve the issue: Check Python Version: Ensure that you are using a compatible version of Python. PyTorch may have specific requirements for the Python ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

xBrowser

Guys, good morning! I have two situations in xBrowser and I wanted to know if you have already experienced this and if you were able to resolve it: a) when using a larger font, for example: "Arial" -20, xBrowser starts showing the line, columns with different colors; b) when setting ...
by oliveiros junior
Wed Dec 20, 2023 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1238

Re: Using Microsoft AI Phi-2 from FWH

... smallest and better. Every few days are appearing new and enhanced models :-) Microsoft Phi-2 https://huggingface.co/kroonen/phi-2-GGUF/resolve/main/phi-2_Q4_K_M.gguf?download=true Microsoft Orca2 https://huggingface.co/TheBloke/Orca-2-7B-GGUF/resolve/main/orca-2-7b.Q2_K.gguf?download=true ...
by Antonio Linares
Mon Dec 18, 2023 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8330
Next

Return to advanced search