Enrico Maria Giordano
2024-04-13 08:40:55 UTC
Hi, someone could tell me why we build xHarbour in C++ mode only when
MSC32 is used? From makefile.vc (please note CPLUSPLUS =1):
!if ("$(HB_ARCH)"=="w64")
ACE_LIB =$(ACE64_LIB)
HB_MACHINE=X64
!else
ACE_LIB =$(ACE32_LIB)
HB_MACHINE=X86
CPLUSPLUS =1
!endif
And this build info:
C++ mode: On
MSC32 is used? From makefile.vc (please note CPLUSPLUS =1):
!if ("$(HB_ARCH)"=="w64")
ACE_LIB =$(ACE64_LIB)
HB_MACHINE=X64
!else
ACE_LIB =$(ACE32_LIB)
HB_MACHINE=X86
CPLUSPLUS =1
!endif
And this build info:
C++ mode: On
--
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg
Enrico Maria Giordano
http://www.emagsoftware.it
http://www.emagsoftware.it/emgmusic
http://www.emagsoftware.it/spectrum
http://www.emagsoftware.it/tbosg