Support Board
Date/Time: Wed, 27 Nov 2024 14:46:10 +0000
Post From: Compiling ACSIL with external .hpp files
[2023-08-10 01:59:34] |
Trade Dojo - Posts: 45 |
Hi, I tried to compile a study that uses external library, let's say boost\asio. I verified the files exist and with the right path, however, compiling a simple study with #include "boost\asio.hpp" it gives me another error C:\SierraChart\ACS_Source\boost\asio.hpp(20): fatal error C1083: Cannot open include file: 'boost/asio/any_completion_executor.hpp': No such file or directory. The folder structure I have is C:\SierraChartInst2\ACS_Source\boost\asio\...all the files needed here. Could you please help? |