Login Page - Create Account

Support Board


Date/Time: Wed, 15 Jan 2025 09:51:39 +0000



Post From: Probable incompatibility with MSVC 15

[2017-06-05 11:30:45]
User28317 - Posts: 149
I encountered a recent problem with the DLLs of my Strategy. Specifically, I can't load them anymore as I get Windows Error Code 193. I tested it with various older versions of my strategy, and it seems that DLLs previously working stopped doing so. This happens as long as I don't go back to the strategies I created with Visual Studio 2015, which leads me to suspect that some recent Update doesn't like the most recent compiler, the one used in Visual Studio 2017.

I tried to run Sierra Chart in compatibility mode and I inspected my DLL with dependency walker just to check that it exposed the functions. The functions are there and compatibility mode didn't do anything.

Now, is there anything that I can do aside from downgrading my development setup or switch to GCC/LLVM?
Are there indications that such a thing would fix the problem?