Search found 448 matches: paths

Return to advanced search

Re: why, under 64 Bit OS, does not Find UUID.LIB

Here it is (check the paths!): @ ECHO OFFSET BCC=e:\fw\temp\bcc64\bccSET HRB=e:\fw\temp\bcc64\harbourSET FWH=e:\fwharbourSET LIB=-L%BCC%\lib;%BCC%\lib\psdk @%BCC%\bcc.rspSET HARBOURCMD=-a -es2 -gc0 -n -q -w3IF EXIST %1.prg %HRB%\bin\harbour ...
by Enrico Maria Giordano
Thu Oct 10, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: why, under 64 Bit OS, does not Find UUID.LIB
Replies: 33
Views: 793

Re: HB_ZipFile - Password problem

Bira, download completo do meu MegaUpload, aqui:

https://mega.nz/file/II9GTBLZ#h4aAe8VgDqbICFsLRu8lXI5xLH-YbTq3Z3ekImYvOFg

Veja: HARB.BAT y HARB.LNK -> Modifique os PATHS para a sua versão(bugada) do Fivewin, ok?

Regards, saludos.
by karinha
Mon Sep 30, 2024 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_ZipFile - Password problem - SOLVED
Replies: 22
Views: 492

Re: Compile with FW August 2024

I don't use a mak, I'm using a batch. Try this (change the paths!):

Code: Select all  Expand view
@ ECHO OFF

SET BCC=e:\fw\temp\bcc32\bcc
SET HRB=e:\fw\temp\bcc32\harbour

SET HARBOURCMD=-a -es2 -gc0 -n -q -w3

%HRB%\bin\harbour -i%HRB%\include %1
%BCC%\bin\bcc32 -I%HRB%\include %1.c
by Enrico Maria Giordano
Mon Sep 30, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: Error al abrir archivos .rc con Resedit en entorno MSVC 64

... On my computer I was using ResEdit with Visual Studio 2019 Enterprise version, with fwh1906 32 bits. and I could open all the .rc files with the paths of the includes that I indicated in my first post Now I have changed to Community 2022 and with the adapted paths I cannot open any .rc file with ...
by jvtecheto
Sat Sep 21, 2024 5:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 606

Re: No puedo utilizar xedit con la version Fwh2402

Has comprobado los paths que hay en los ficheros bcc32.cfg y ilink32.cfg de la version de Borland que estás utilizando? En cualquier caso si no te llegara a funcionar XEdit ( es raro ), puedes usar FivEdit si lo que buscas es un IDE ...
by cnavarro
Sat Sep 21, 2024 9:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No puedo utilizar xedit con la version Fwh2402
Replies: 3
Views: 269

Error al abrir archivos .rc con Resedit en entorno MSVC 64

... el MSVC Community 2022, Harbour para MSVC 2022 64 bits y FWH64 . Consigo compilar con Buildh64.bat los ejemplos de samples (Despues de ajustar los PATHS.), los cuales no tienen fichero .rc pero cuando intento construir un ejemplo con .rc (por ejemplo adorick.prg )me sale el siguiente error. error ...
by jvtecheto
Wed Sep 18, 2024 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al abrir archivos .rc con Resedit en entorno MSVC 64
Replies: 17
Views: 606

Re: WebView2 example using tMyEdgeWeb class

... Hi Silvio. If you have Visual Studio installed, just edit the BAT CompilaeMsvc.bat, parameterizing the paths and call it to generate another executable.
by Giovany Vecchi
Wed Aug 28, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 example using tMyEdgeWeb class
Replies: 10
Views: 1913

Re: FWH LINKING ERROR

shrifw wrote:Hi Enrico,

The windows\rtl INCLUDE folder is for old BCC now I am using new BCC 7.7 which does not have windows\rtl folder.


If you use the bcc32.cfg I wrote above, you will not have any problems now and in the future with include paths.
by Enrico Maria Giordano
Sun Aug 04, 2024 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH LINKING ERROR
Replies: 5
Views: 587

error : streams

make file: HBDIR=c:\hb30 BCDIR=c:\bcc770 FWDIR=c:\fwh2404 #change these paths as needed .path.OBJ = .\obj .path.PRG = .\ .path.CH = $(FWDIR)\include;$(HBDIR)\include .path.C = .\ .path.rc = .\ #important: Use Uppercase for filenames extensions, in the next two ...
by acwoo1
Mon Jul 15, 2024 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error : streams
Replies: 22
Views: 1800

Re: COPY TO not following SET DEFAULT TO

... change the DOS drive and directory. When attempting to access files, the DEFAULT drive and directory are searched first. To set additional search paths for file access, use SET PATH. I'll try to create a self-contained example to see whether I can replicate the buggy behaviour
by hua
Mon Jun 24, 2024 2:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COPY TO not following SET DEFAULT TO in xHb (solved)
Replies: 17
Views: 1314

Re: Agradecimiento Público a Cristóbal Navarro y FivEdit

New Version: - Mejoras en los paths de configuracion cuando usas MSVC https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe Recomiendo guardar la version anterior ( fivedit.exe ) en las próximas actualizaciones ya que ...
by cnavarro
Sat Jun 01, 2024 1:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Agradecimiento Público a Cristóbal Navarro y FivEdit
Replies: 16
Views: 2866

Re: Mejoras para scintilla

New Version: - Mejoras en los paths de configuracion cuando usas MSVC https://bitbucket.org/fivetech/fivewin-contributions/downloads/fivedit.exe Recomiendo guardar la version anterior ( fivedit.exe ) en las próximas actualizaciones ya que ...
by cnavarro
Sat Jun 01, 2024 1:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1040
Views: 924061

Re: Compiler with MSVC y HARBOUR

... a system path where Apache can access them. You might need to configure the httpd.conf or other relevant Apache configuration files to specify the paths to these libraries if not automatically detected. Test: After installation and configuration, restart Apache and check the error logs to ensure ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 555

Re: Pasando a FWH24.02+Harbour+BCC77

Estimado José,

Observa que hemos añadido más paths para los ficheros de cabecera en esta llamada:

IF EXIST %1.rc %bcdir%\bin\brc32.exe -r -I%bcdir%\include -I%bcdir%\include\windows\crtl -I%bcdir%\include\windows\sdk %1
by Antonio Linares
Fri Mar 15, 2024 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 4275

Re: Pasando a FWH24.02+Harbour+BCC77

... unos ciertos ajustes. Nosotros, al igual que tu, hemos optado por mantenerlo en la carpeta c:\bcc7 para evitar al máximo el tener que modificar paths, etc Si vas a la carpeta c:\FWH\samples y haces buildh.bat tutor01 aqui funciona bien y construye correctamente el EXE. Te ruego que lo compruebes ...
by Antonio Linares
Wed Mar 13, 2024 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasando a FWH24.02+Harbour+BCC77
Replies: 12
Views: 4275
Next

Return to advanced search