Search found 165 matches: directories

Return to advanced search

Re: link error

I understand that we have different compilers, each user with their choice, this is excellent, but to compile a simple example, I need to adjust directories, because each version of BCC comes with different subdirectories for includes and libs, xharbour and harbour have their already known differences, ...
by NWKL
Wed Feb 14, 2024 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

file ID in the Windows file system

... is typically unique and used by humans and programs to uniquely identify files in many contexts. However, two different files in separate directories can have the same name, so the name itself isn't unique, but the full path usually is. These identifiers are used by the operating system ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Xlsxlibhb_ver2

... -L switch in the compile batch you have to change the paths only there and you can forget the CFG. Enrico: mis directorios siempre están fijos: my directories are always fixed:  Pasta de c:\03/04/2023  15:21    <DIR>          BCC5521/08/2023  12:10 ...
by karinha
Sat Nov 25, 2023 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9008

Re: xHarbour.org updated!

Enrico Maria Giordano wrote:BCC compilers updated to version 7.70:

http://xharbour.org/index.asp?page=download/windows/required_win


Please download BCC 7.70 32 bit again. I removed some useless directories.
by Enrico Maria Giordano
Sat Nov 18, 2023 10:54 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 37564

Re: De *.C Para *.Obj en BCC74 no funciona más.

Check the content of BCC32 include directory. Inside mine there are two subdirectories (dinkumware and windows, the latter with other subdirectories inside it). If it is the same for you, you have to specify all the required directories, specifically: include\windows\crtl ...
by Enrico Maria Giordano
Fri Sep 08, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39503

Re: mod_harbour + ADS on linux server

... put all permissions to those files. I also tried to have both libace.so - libace.so.11.10.0.24 and libadsloc.so - libadsloc.so.11.10.0.24 in both directories. Neither of those solved the problem. In the error.log there is still the same error message. Should it work if I put libace and libadsloc ...
by berpa
Thu Dec 01, 2022 11:24 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31183

FileExplorer - modHarbour

... working on a FileExplorer. So far, it is working fine. An onchange posts an AJAX request to the server. Harbour functions (directory()) check the directories and send back an ARRAY (JSON) with the files and the folders - in case these are change, too. Have a nice Sunday and best regards, Otto ...
by Otto
Sat Nov 26, 2022 7:57 am
 
Forum: mod_harbour
Topic: FileExplorer - modHarbour
Replies: 0
Views: 306

Re: HMG 64 Bit Constante -> FiveWin ?

hi Enrico , No, it is not. Please look at the PRGs of the FWH directories and you will find many samples of HB_FUNC() usage. HB_FUNC( GETGRIDVKEY ) is not available under Fivewin it is only for Listview LV_KEYDOWN Structure Fiviwin have a Sample with used ...
by Jimmy
Sun Oct 23, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: HMG 64 Bit Constante -> FiveWin ?

Jimmy wrote:my CLASS TGrid() use HB_FUNC() which are not Part of Fivewin, it is "new" for Fivewin :D


No, it is not. Please look at the PRGs of the FWH directories and you will find many samples of HB_FUNC() usage.
by Enrico Maria Giordano
Sun Oct 23, 2022 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HMG 64 Bit Constante -> FiveWin ?
Replies: 23
Views: 1248

Re: MSVC buildh32.bat

... .prg files, they will be the same for both .mak files, but when specifying the .lib files to be used, you will need to be sure you use the correct directories and file names. For example, Fiveh32.lib vs. Fiveh64.lib. Some .libs will be OK for both. I hope this helps.
by TimStone
Sun Oct 16, 2022 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC buildh32.bat
Replies: 10
Views: 618

Re: hb_base64 link

... but I use a portable ssd, I need something like: VS2022/x32/bin/include/lib VS2022/x64/bin/include/lib I saw that vs2022 despite changing the directories, vs2022 community installs in programfiles, lots of directory and files , languages i don't use. there is no process like this? only the ...
by NWKL
Fri Sep 02, 2022 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 3483

Re: Backup from inside FWH program

... manual. We ourselves have a stick with powershells. We would then install a demo version of Winhotel. You would only have to delete the programme directories and the data directory and import your programmes and data. We create standard users that you can then replace.
by Otto
Thu Sep 01, 2022 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup from inside FWH program
Replies: 17
Views: 1461

Re: MS Visual Studio

... sites, and I only install the .EXE and appropriate .DLL files. You can probably work fine with xHarbour. Visual Studio paths should point to those directories for the compiler, linker, include files, and .lib files. You use the Custom Build Tool to compile .prg files so just configure that for ...
by TimStone
Wed Jul 06, 2022 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS Visual Studio
Replies: 23
Views: 1487

Re: A big hit: Neither Apache and mod_harbour are needed

... for example my software app so under /opt there is /opt/harbour and /opt/myapp and for example /opt/netio server i change the ownership of this directories to myself with chown and chgrp to modify source and to run executables and there i build all my software. so i suggest to you that the software ...
by nikko1960
Wed May 25, 2022 4:37 pm
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15404

TCMan

... for a long time. But I have never tried the Command line parameters. But this is a powerful tool! For example, I can now change both directories directly from the command line with a simple command. C:\totalcmd\totalcmd.exe /O /T /O= c:\www\test\mh_winhotel c:\www\test\mh_dashboard ...
by Otto
Sat Mar 12, 2022 4:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCMan
Replies: 5
Views: 547
Next

Return to advanced search