Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 14:34:17 +0000



Compiling ACSIL with external .hpp files

View Count: 394

[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?

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account