Page 1 of 1

FWH 2307 con xHarbour

PostPosted: Mon Oct 09, 2023 3:02 pm
by damianodec
Salve,
Dalla versione FWH 1709 son passato alla 2307
Con la 1709 uso embarcadero x++ 7.2

Per provare la nuova versione
FWH è nella cartella c:\FWH2307
xHarbour è nella cartella C:\xHarbour10275

se provo a compilare un qualsiasi PRG con buildx.bat ottengo:

Compiling...
xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914)
Copyright 1999-2023, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testget.prg' and generating preprocessed output to 'testget.ppo'...
Generating C source output to 'testget.c'...
Done.
Lines 39, Functions/Procedures 2, pCodes 477
Embarcadero C++ 7.20 for Win32 Copyright (c) 1993-2016 Embarcadero Technologies, Inc.
testget.c:
Error E2209 C:\xHarbour10275\include\hbvmpub.h 65: Unable to open include file 'assert.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 56: Unable to open include file 'stdarg.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 57: Unable to open include file 'stdio.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 58: Unable to open include file 'stdlib.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 59: Unable to open include file 'string.h'
Error E2209 C:\xHarbour10275\include\hbsetup.h 67: Unable to open include file 'limits.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 89: Unable to open include file 'stdint.h'
Warning W8017 C:\xHarbour10275\include\hbdefs.h 595: Redefinition of 'HB_LONG_LENGTH' is not identical
etc etc

cosa sbaglio?

Re: FWH 2307 con xHarbour

PostPosted: Tue Oct 10, 2023 3:31 am
by Antonio Linares