Search found 1807 matches: directory

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... download the necessary binaries from their official sources or trusted binary distributions. Configuration: Place the DLL files in an appropriate directory, commonly within the Apache installation directory or a system path where Apache can access them. You might need to configure the httpd.conf ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 186

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. ...
by NWKL
Mon Apr 15, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2350

Re: harbour/xharbour appear ADS functions error

Do you think that adsloc32.dll and adsloc64.dll are needed? If yes, I will update the Harbour builds again with those DLLs in the dll directory. Please confirm.
by Enrico Maria Giordano
Thu Apr 04, 2024 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8581

Re: ADS with 64bit FWH Apps

Do you think that adsloc32.dll and adsloc64.dll are needed? If yes, I will update the Harbour builds again with those DLLs in the dll directory. Please confirm.
by Enrico Maria Giordano
Thu Apr 04, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2350

Re: xHarbour.org updated!

... want to use SSL on the IP classes, you just have to link these libraries: tipssl.liblibssl.liblibcrypto.libtip.lib And put these DLLs in the same directory of your application: libssl-3.dlllibcrypto-3.dll For the CURL, the needed liBs are: hbcurl.liblibcurl.lib And the DLL is: libcurl.dll A sample ...
by Enrico Maria Giordano
Mon Mar 25, 2024 3:47 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39100

Fulltext-Search

...           h['nLine'] += 1        h["cUeberschrift"]  := "Searchdirectory "        h['nWidth'] := 100        h['nheight'] := GetTextHeight( h['oDlg']:hWnd, ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1285

Re: Problemas para pasarme a FWH24.02 con BCC77

José, this is the correct bcc32.cfg. You don't need to change anything if you move the compiler in another directory.

Code: Select all  Expand view
-I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware
-O
-O1
-OS
-Ob
-Oc
-Ov
-c
-d
-g0
-k-
-v-
-w
-w!
-w-inl
-w-pro
by Enrico Maria Giordano
Thu Mar 14, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problemas para pasarme a FWH24.02 con BCC77
Replies: 4
Views: 273

Re: Data exchange between PC and Android device on the same loca

A FIVEWIN desktop program on the server does the hard work. This FW-program monitors a directory. A PHP program writes a text file to this directory. In the text file the report request is stored. //write Report task $Report = fopen( $filename . "txt", "w"); ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Re: Problem with FiveWin and PDF995 on Windows 11.

I am trying to create a new mak file based on the Buildx.bat, cannot find libharu.lib, anyone know where I can find this?
It is not in my Harbour Lib directory. Does this mean I might not have the right version of Harbour?
Thanks,
by byron.hopp
Thu Feb 15, 2024 9:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1262

Re: link error

Hi Enrico, you dont need ads server install, just ace or arc . but i guess s a p dont have ads support now. I'm trying with an empty directory and this is what I get: fatal error C1083: Cannot open include file: 'ace.h': No such file or directory Can you send me what is needed, please? Doing ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 601

Re: link error

It looks like I need to install ADS, or am I wrong? Somebody can provide me ADS directory already installed, please?
by Enrico Maria Giordano
Wed Feb 14, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 601

PepPol European Invoicing standard

... invoices, ready for sending. Of cource I can find parts of source in the forum, but it will be a general use and maybe a good idea for the samples directory of FW.
by Marc Venken
Wed Feb 14, 2024 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 937

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... folder on a friend's computer who has Visual Studio 2022 installed. I have compiled the sample program you sent using buildh32.bat in sample directory. The results were exactly like on my own computer. In other words, when the theme is installed, "UTF8 GET" is constantly written ...
by Horizon
Tue Feb 06, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55041

Re: erase files

ecco dov'era l'errore il parametro D static Function Cancella_Archivi(cDir) local adir := DIRECTORY(cDir+ "*.*" ) local i,cFile FOR i = 1 to LEN( aDir ) cFILE := ALLTRIM( aDIR[i][1] ) IF FErase(cDir+cFile ) != 0 Msginfo( FERROR() ,cfile) endif NEXT return nil
by Silvio.Falconi
Fri Jan 26, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1591
Next

Return to advanced search