Search found 1802 matches: directory

Return to advanced search

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: 154
Views: 30988

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: 236

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: 151

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: 543

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: 988

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: 423

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: 423

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: 340

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: 52350

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: 1359

Re: erase files

la sintassi : aDir := DIRECTORY(cDir+ "*.*", "D" ) include nell'array anche i "." e ".." aDIR[1,1] = "." aDIR[2,1] = ".." se usi : aDir := DIRECTORY(cDir+ "*.*" ) ...
by solving
Fri Jan 26, 2024 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: erase files

LOCAL xPath := "C:\PDF\" * --- Elimina File che Iniziano con CLI_...PDF AEVAL(DIRECTORY(xPath + "CLI_*.PDF"),{|aFile|FERASE(xPath + aFile[F_NAME])} ) nel tuo comando : cFILE := ALLTRIM( aDIR[i][1] ) fai un display della variabile cFILE se comprende ...
by solving
Thu Jan 25, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: erase files

... returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: erase files

... returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a read-only file, accessing a file that is locked by ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

Re: Grabar imagen en tabla mysql

... apartado Data / Memory Size le cambias a Max Packed size (yo le puse 16M) Para subir un archivo cualquiera FUNCTION GUARDADIR(cFILE,cTIPO) APROG :=DIRECTORY(cFILE) PUBLIC PROGNOM:=APROG[1,1] PUBLIC PROGTAM:=APROG[1,2] PUBLIC PROGFEC:=APROG[1,3] PUBLIC PROGHRS:=APROG[1,4] * cFileG := StrToHex(MemoRead(cFILE)) ...
by Marco Augusto
Fri Jan 19, 2024 1:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar imagen en tabla mysql
Replies: 5
Views: 378
Next

Return to advanced search