Login Page - Create Account

Support Board


Date/Time: Mon, 15 Sep 2025 19:19:52 +0000



Post From: Issue adding custom study

[2025-09-12 23:30:41]
yqz - Posts: 20
I was able to add a study by adding the .cpp file to .../ACS_Source/, and compiling it via Analysis > Build Custom Studies dll. However, for another file I have #include <winsock2.h> which throws an error. I'm able to compile it locally using MinGW, but when I add the .dll file to .../ACS_Source/, it doesn't appear in the custom studies like it did before when I did the remote build.

Is there some work around? How can I get that other .dll file to appear in the custom study?