I send you with WeeTransfer, look your mail, unzip and rename to .dll same error I use win 10 pro Nome dispositivo Docente-0 Processore Intel(R) Xeon(R) CPU E3-1225 V2 @ 3.20GHz 3.20 GHz RAM installata 4,00 GB (3,88 GB utilizzabile) ID dispositivo ...
hi, i have now use Hb_ZIPFILE() where i want to get all Files under c:\fwh\samples\ lRet := HB_ZIPFILE( cTargetDir + cTargetZIP, acFiles,, { | cFile, nPos | NIL }, .T.,, lWithPath ) i have made acFiles "recursive" and got "full-path-Filename" PROCEDURE AddMor...
all. see this example:. thx for Links. have look at it and found Hb_ZIPFILE() it does "collect" Files "recursive" for "D"irectory --- for Backup i use Attribute "A" which i got from "Everything" --- to ZIP a hole Folder you can use this Function //...
hi Antonio, Because the main window is the one that receives those notifications aaah ... i begin to understand Concept but Fivewin have no "build-in" Function, or :?: --- in *.MAK are echo $(HBDIR)\lib\win\bcc\hbziparc.lib + >> b32.bc echo $(HBDIR)\lib\win\bcc\hbmzip.lib + >> ...
hi, i want to ZIP / UNZIP Files using Fivewin in TWindows i found Codeblock Slot bZip and bUnZip METHOD Zip( nZipInfo ) INLINE ; If( ::bZip != nil, Eval( ::bZip, nZipInfo ),) METHOD UnZip( ...
... Download aceapi SDK using this command : wget "https://devzone.advantagedatabase.com/dz/download.aspx?Key=WD+6zU0Gr4f1dqm2b6ty8A==" 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using ...
... Download aceapi SDK using this command : wget "https://devzone.advantagedatabase.com/dz/download.aspx?Key=WD+6zU0Gr4f1dqm2b6ty8A==" 2 - Unzip files : tar -xf namefile.tar ( i don't remember the exact name of file ) 3 - Go to folder aceapi xx.xx.xx 4 - Set permission to setup.pl using ...
... ***************************************************************************************************************************** Download and unzip to drive C: Run C: \ Apache24 \Instalar Servicio e Iniciar.bat In the internet explorer write: localhost That's all. Saludos, Adhemar C. ***************************************************************************************************************************** ...
... all of them already built in one single zip file from here: https://www.fivetechsoft.com/files/harbour/harbour_all.zip Just unzip it in c:\harbour and you are all set :-) go.bat for Borland bcc7 set path=c:\bcc7\binset HB_COMPILER=bccset HB_BUILD_MODE=cset HB_USER_PRGFLAGS=-l-set ...
Hello Michel, findstr() does not search DOCX. For DOCX I use UNZIP and then search in the XML files. I have a test here with UNZIP the DOCX files and search then in the XML file. 116 DOCX files are searched. Only one contains the search term. Best regards, ...