Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 14:04:45 +0000



Post From: DLL with custom study can't be opened

[2013-10-24 14:01:21]
market logik - Posts: 6
I want to report a solution worked for me.

I had same error:
Windows error code 126:

In my owwn computer DLL's created with Microsoft Visual C++ installed worked well, but when exporting just Custom.DLL to other didn't work and had same error.

Try to add to header below:

#include "sierrachart.h"
(Had this one already)

#include "scstudyfunctions.h"
(I missed this one)

I did include second header line, re-built and works fine in all computers I share DLL's now.

Hope this helps someone.

Happy trading