Ver Mensaje Individual
  #2  
Antiguo 02-05-2020
Avatar de aguml
aguml aguml is offline
Miembro
 
Registrado: may 2013
Posts: 885
Reputación: 14
aguml Va por buen camino
Vale, he añadido "$(BDS)\include\boost_1_73" a Include Path y a Library Path y parece que ya lo reconoce pero ahora me da otros errores relacionados con los archivos de esa librería:
En la linea:
Código PHP:
#define WCHAR_MAX UINT16_MAX 
Código:
[BCC32 Warning] stdint.h(168): W8017 Redefinition of 'WCHAR_MAX' is not identical
Otro:
Código PHP:
bool const integral_constant<boolval>::value
Código:
[BCC32 Error] integral_constant.hpp(90): E2316 'value' is not a member of 'integral_constant<bool,val>'
Otro:
Código PHP:
enum static_size }; 
Código:
[BCC32 Error] array.hpp(155): E2324 Numeric constant too large
Otro:
Código PHP:
boost::array<unsigned char, ( UINTMAX_C(1) << CHAR_BIT )>  result
Código:
[BCC32 Error] crc.hpp(411): E2450 Undefined structure 'array<unsigned char,256>
[BCC32 Error] crc.hpp(411): E2449 Size of 'result' is unknown or zero'
Otro:
Código PHP:
static  boost::array<unsigned char, ( UINTMAX_C(1) << CHAR_BIT )> const
          
table make_byte_reflection_table(); 
Código:
[BCC32 Error] crc.hpp(438): E2450 Undefined structure 'array<unsigned char,256>'
No encuentro por internet como solucionar todos estos fallos
Responder Con Cita