Boost 64bit in Embarcadero C++ Builder
Hi folks,
we are testing the Boost.Test-Framework (installed with GetIt-Package Boost).
We use C++ Builder 10.4.1 with Boost 1.70.0.
We have created a new C++ Console-Application (with VCL enabled).
Under Project->Options we have set '_TCHAR as char', because Boost.Test seems to need this mapping. It is not working with ' _TCHAR as wchar_t'
The application main-entry-function is imported via #include
participants (1)
-
Michael Morelli