(C++) Multithreaded RTL must be selected
February 24, 2017 · View on GitHub
(C++) Multithreaded RTL must be selected
Full error message
[C++ Fatal Error] push_options.hpp(58): F1003 Error directive: Multithreaded RTL must be selected.
Cause
- IDE: C++ Builder 6.0
- Compiler: Borland BCC32.EXE version 6.0.10.157
- Boost version: 1.35.0.
#include <boost/asio.hpp>
Solution
You must enable multi-thread applications:
- 'File | Close All'
- 'File | New | Other'
- Select 'Console Wizard'
- Check 'Multi-threaded'