Search found 518 matches: dir

Return to advanced search

Re: ADS with 64bit FWH Apps

Enrico, in makefile of x(harbour) : set version to use: SET ADS_LIB_VERSION=1010 set directory of ace of this version: SET HB_DIR_ADS=\Ace\101049 this set to compile build libs with ace 10, this way like reinaldo says we can access to 10 and above local and server. maybe reinaldo can help us... thanks
by NWKL
Mon Apr 15, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2264

Re: Google Graph extra graphic ? (Navaro)

In the samples dir there is a GoogleGraph LIB making several graphs. In the Google graph online information there is also this : https://www.maveco.be/fivewin/gauges.jpg Can it be added to the FWH Lib ? Mr. Navaro ...
by cnavarro
Mon Apr 08, 2024 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2841

Re: harbour/xharbour appear ADS functions error

Enrico Maria Giordano wrote:Did you link ace32.lib and rddads.lib?


Yes, Linking

    RDDADS_LIB = $(HARBOUR_DIR)\Lib\rddads.lib
    ACE32_LIB = $(HARBOUR_DIR)\Lib\ace32.lib

    echo. s:\SetTool32\harbour\Lib\rddads.lib >> make.tmp
    echo. s:\SetTool32\harbour\Lib\ace32.lib >> make.tmp
by richard-service
Tue Apr 02, 2024 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8347

Fulltext-Search

... that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with waitrun(). I redirect the response from findstr to a file and then examine the hits. Actually, the program only needs the search string and the path for now. I'm using ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1230

Re: Controls behave different in Window as in Dialog

... program but it is all cut and past parts from the forum, but working like first post. Once cleaned it could be a interesting sample for the sample dir. It runs now also from the sample dir with buildh.bat I just needed to add 1 lib : echo %hdirl%\googlefwh.lib + >> b32.bc #include "WebCam.ch"Public ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 150

Google Graph extra graphic ? (Navaro)

In the samples dir there is a GoogleGraph LIB making several graphs. In the Google graph online information there is also this : https://www.maveco.be/fivewin/gauges.jpg Can it be added to the FWH Lib ? Mr. Navaro ...
by Marc Venken
Tue Feb 20, 2024 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2841

Re: link error

hi, you dont need ads, only run makefile in contrib dir, i used this way when in past.

thanks
by NWKL
Wed Feb 14, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 508

Re: SAPI : change Voice

... -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include -IC:/hm g.3.4.4/0/SAPI -IC:/hmg.3.4.4/include R:/Temp/hbmk_9tofgt.dir/Main.c R:/Temp/hbmk_9tofgt.dir/HB_FUNC.c R:/Temp/hbmk_5vro 0l.c the Error are in Lines which have "->" (Alias ?) in Line of CODE need ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3524

Re: phpBB to LLM

python is 3.12 pip is uptodate antivirus is stopped ? C:\fwh\AI>pip install pytorch Collecting pytorch Using cached pytorch-1.0.2.tar.gz (689 bytes) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4669

Re: Using Microsoft AI Phi-2 from FWH

... weist ein nicht definiertes Verhalten auf. 2>(Quelldatei „ggml.c“ wird kompiliert) 3>build_info.vcxproj -> F:\llama.cpp\common\build_info.dir\Release\build_info.lib 2>ggml-alloc.c 2>ggml-backend.c 2>F:\llama.cpp\ggml-backend.c(285,14): warning C4267: "Initialisierung": ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8225

Re: Using Microsoft AI Phi-2 from FWH

command prompt Run vcvarsall.bat Change to the directory from step 3 (temp). Call there cmake .. (parameter is ..) and this will create the sln file for VS. i did what you told me ... but still have Problem Microsoft Windows [Version 10.0.19045.3803] ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8225

Re: xHarbour.org updated!

Have you put libssl.lib and libcrypto.lib too? Yes Enrico! My hbmake file: #BCC VERSION=BCB.01 !ifndef CC_DIR CC_DIR = $(MAKE_DIR) !endif !ifndef HB_DIR HB_DIR = $(HARBOUR_DIR) !endif RECURSE= NO SHELL = COMPRESS = NO EXTERNALLIB = YES XFWH = YES FILESTOADD = 5 WARNINGLEVEL = 0 USERDEFINE = USERINC...
by wartiaga
Tue Sep 19, 2023 5:02 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37434

Re: Incluyendo el SQLRDD

... -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 -DHBMK_HAS_HBXPP=1 -DHBMK_HAS_HBWIN=1 -DHBMK_HAS_XH B=1 -oC:\Users\gussw\AppData\Local\Temp\hbmk_yolxxb.dir\ -ic:\bcc7\Include -ic:\ bcc7\Include\dinkumware -ic:\bcc7\Include\windows\crtl -ic:\bcc7\Include\windows \rtl -ic:\bcc7\Include\windows\sdk -ic:\hbb\include ...
by Joaquim Ferrer
Fri Aug 25, 2023 6:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2538

Re: Incluyendo el SQLRDD

... -DHBMK_HAS_ HBTIP=1 -DHBMK_HAS_HBFSHIP=1 -DHBMK_HAS_HBXPP=1 -DHBMK_HAS_HBWIN=1 -DHBMK_HAS_XH B=1 -oC:\Users\gussw\AppData\Local\Temp\hbmk_yolxxb.dir\ -ic:\bcc7\Include -ic:\ bcc7\Include\dinkumware -ic:\bcc7\Include\windows\crtl -ic:\bcc7\Include\windows \rtl -ic:\bcc7\Include\windows\sdk -ic:\hbb\include ...
by wilsongamboa
Thu Aug 24, 2023 5:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2538

Re: Ruta no especificada al compilar

... Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Fatal: Unable to open file 'HBHPDF.LIB' * Linking errors * C:\fwh2304\samples>dir hbhpdf.lib /s /p El volumen de la unidad C no tiene etiqueta. El número de serie del volumen es: 787B-0755 No se encuentra el archivo C:\fwh2304\samples>cd.. ...
by EASYSOFT
Thu Jul 13, 2023 1:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ruta no especificada al compilar
Replies: 3
Views: 190
Next

Return to advanced search

cron