57a58
> #include "systemc/ext/dt/bit/messages.hh"
77c78
< SC_REPORT_ERROR("zero length", 0);
---
> SC_REPORT_ERROR(sc_core::SC_ID_ZERO_LENGTH_, 0);
104c105
< SC_REPORT_ERROR("cannot perform conversion",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CANNOT_CONVERT_,
164,165c165,166
< SC_REPORT_ERROR("cannot perform conversion",
< "character string is zero");
---
> SC_REPORT_ERROR(sc_core::SC_ID_CANNOT_CONVERT_,
> "character string is zero");
169c170
< SC_REPORT_ERROR("cannot perform conversion",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CANNOT_CONVERT_,
206c207
< SC_REPORT_ERROR("cannot perform conversion",
---
> SC_REPORT_ERROR(sc_core::SC_ID_CANNOT_CONVERT_,