... escribió esto, de esta manera podría generar la versión xhb para xcc
git clone https://github.com/xHarbour-org/xharbour.git\xharbour2
C:\Program Files\Microsoft Visual Studio\2022\Community
abre uma janela dos, e cola esse comando :
set XBUILD_VC8=YES
cd \xharbour
make_vc.bat
cd \xharbour ...
Search found 8286 matches: files
Searched query: files
- Fri Feb 14, 2025 7:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xhb 1.31 xcc
- Replies: 21
- Views: 2192
- Fri Feb 14, 2025 7:09 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Ayuda para compiar
- Replies: 0
- Views: 84
Ayuda para compiar
... ERRORLEVEL 1 GOTO LINKERROR
ECHO * Application successfully built *
rem signtool.exe sign /fd sha256 %1.exe
%1
GOTO EXIT
ECHO
rem delete temporary files
@del %1.c
:COMPILEERRORS
@type comp.log
@type warnings.log
ECHO * Compile errors *
GOTO EXIT
:LINKERROR
ECHO * Linking errors *
GOTO EXIT ...
ECHO * Application successfully built *
rem signtool.exe sign /fd sha256 %1.exe
%1
GOTO EXIT
ECHO
rem delete temporary files
@del %1.c
:COMPILEERRORS
@type comp.log
@type warnings.log
ECHO * Compile errors *
GOTO EXIT
:LINKERROR
ECHO * Linking errors *
GOTO EXIT ...
- Thu Feb 13, 2025 1:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xhb 1.31 xcc
- Replies: 21
- Views: 2192
Re: xhb 1.31 xcc
http://www.xharbour.org/files/download/ ... 72_xcc.zip
Good morning!
I am using the
compilation that
there is this link here
Good morning!
I am using the
compilation that
there is this link here
- Wed Feb 12, 2025 9:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: error in time format Resolved
- Replies: 1
- Views: 124
error in time format Resolved
... have only 34 secs
I tried to insert a debug with logfile function and I have saw
this is the test
if you need the archives I can send you the files dbf
#include "FiveWin.ch"
request dbfcdx
request dbffpt
request hb_lang_it
request hb_codepage_itwin
function Main()
local nRow:= 10 ...
I tried to insert a debug with logfile function and I have saw
this is the test
if you need the archives I can send you the files dbf
#include "FiveWin.ch"
request dbfcdx
request dbffpt
request hb_lang_it
request hb_codepage_itwin
function Main()
local nRow:= 10 ...
- Sun Feb 09, 2025 6:07 pm
- Forum: mod_harbour
- Topic: UT v2.0 - Open Souce project
- Replies: 3
- Views: 4036
Re: UT v2.0 - Open Souce project
... demo>rem path c:\windows\system32;c:\windows;d:\carles\ut.harbour;d:\carles\ut.harbour\bin;\bin;
D:\carles\ut.samples\demo>if exist "D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" call "D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary ...
D:\carles\ut.samples\demo>if exist "D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" call "D:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary ...
- Fri Feb 07, 2025 9:05 am
- Forum: All products support
- Topic: FTP
- Replies: 1
- Views: 840
FTP
Good morning, I need to download and reupload files from an FTP server. How should I do it?
- Wed Feb 05, 2025 7:01 am
- Forum: mod_harbour
- Topic: Building modharbour with ADS on Linux
- Replies: 18
- Views: 24560
Re: Building modharbour with ADS on Linux
Hi , if you give me your email, I will send you the files
Bye
Bye
- Sun Feb 02, 2025 6:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: problemas con CheckBox en Dialog con TRANSPARENT en FWH 2409
- Replies: 12
- Views: 11434
Re: problemas con CHECKBOX en FWH 2409
... png
1) We request you to please check this program separately with this rc file and let us know if you experience any problem. Please copy these files to your fwh2409\samples folder and build the exe using either buildh.bat or buildx.bat.
2) Please share with your program using this rc file ...
1) We request you to please check this program separately with this rc file and let us know if you experience any problem. Please copy these files to your fwh2409\samples folder and build the exe using either buildh.bat or buildx.bat.
2) Please share with your program using this rc file ...
- Tue Jan 28, 2025 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
... font
SET FONT OF oDlg TO oFont && so characters line up in Says
@ 00, 03 SAY "Showing how to do SAY/GETs from source code. No DLLs or RC files. " OF oDlg COLORS CLR_BLACK,CLR_YELLOW BORDER SIZE 300,10
@ 01, 03 SAY "Navigation Keys to traverse gets are Ret, Arrows, Tab and Shift Tab....ESC ...
SET FONT OF oDlg TO oFont && so characters line up in Says
@ 00, 03 SAY "Showing how to do SAY/GETs from source code. No DLLs or RC files. " OF oDlg COLORS CLR_BLACK,CLR_YELLOW BORDER SIZE 300,10
@ 01, 03 SAY "Navigation Keys to traverse gets are Ret, Arrows, Tab and Shift Tab....ESC ...
- Sat Jan 25, 2025 6:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34120
Re: Antonio... FiveTouch posts are gone?
... DataTest\PAGESext.dbf"
local cTempMatchcode := ""
local aFeld := {}
local aField := {}
local nField
local cFieldSubdir
local cDBF_memofiles := ""
use (cSrc) new
aStruc := DBStruct()
use
//cFilePath( cSrc ) // returns path of a filename
//cFileNoExt( cSrc ) // returns the ...
local cTempMatchcode := ""
local aFeld := {}
local aField := {}
local nField
local cFieldSubdir
local cDBF_memofiles := ""
use (cSrc) new
aStruc := DBStruct()
use
//cFilePath( cSrc ) // returns path of a filename
//cFileNoExt( cSrc ) // returns the ...
- Sat Jan 25, 2025 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34120
Re: Antonio... FiveTouch posts are gone?
... cIndexFile>
<cIndexFile> is a character string with the name of the file that stores the custom index. It is only required when multiple index files are open that contain indexes having the same <cIndexName>.
<xIndexValue>
This is the index value to be added to the index for the current record ...
<cIndexFile> is a character string with the name of the file that stores the custom index. It is only required when multiple index files are open that contain indexes having the same <cIndexName>.
<xIndexValue>
This is the index value to be added to the index for the current record ...
- Sat Jan 25, 2025 3:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34120
Re: Antonio... FiveTouch posts are gone?
https://winhotel-sandbox.com/docs/volle.gif
The outsourcing of memo fields into individual files can indeed be a practical and flexible alternative in modern systems and might better suit your DMS system.
That is exactly what I’m working on: a project where I create an index file from all the ...
The outsourcing of memo fields into individual files can indeed be a practical and flexible alternative in modern systems and might better suit your DMS system.
That is exactly what I’m working on: a project where I create an index file from all the ...
- Thu Jan 23, 2025 1:32 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Compilar con xharbour y msvc con hbmk2
- Replies: 27
- Views: 2680
Re: Compilar con xharbour y msvc con hbmk2
... generan la app, pero sale un error y no logro identificar por que se genera, el error:
C:\cmplar_cnt_64>xgo64
C:\cmplar_cnt_64>call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 ...
C:\cmplar_cnt_64>xgo64
C:\cmplar_cnt_64>call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 ...
- Wed Jan 22, 2025 10:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34120
Re: Antonio... FiveTouch posts are gone?
Experiment to Optimize Full-Text Search in Memo Files
I conducted an exciting experiment to optimize full-text search in memo files. Here's a brief summary:
Initial Situation:
Data: Memo fields from a DBF file (forums.dbf, 921 MB, 271,585 records) were exported into 271,585 individual TXT files ...
I conducted an exciting experiment to optimize full-text search in memo files. Here's a brief summary:
Initial Situation:
Data: Memo fields from a DBF file (forums.dbf, 921 MB, 271,585 records) were exported into 271,585 individual TXT files ...
- Wed Jan 22, 2025 2:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34120
Re: Antonio... FiveTouch posts are gone?
Hello Jimmy,
yes, you're right. Even TC takes a very long time to build the view in a directory with so many files.
But I think it's a good exercise for me. I simply don’t want an SQL database at the moment.
Still, I wonder why searches in SQL can be so fast.
Yesterday, I experimented further and ...
yes, you're right. Even TC takes a very long time to build the view in a directory with so many files.
But I think it's a good exercise for me. I simply don’t want an SQL database at the moment.
Still, I wonder why searches in SQL can be so fast.
Yesterday, I experimented further and ...