Login Page - Create Account

Support Board


Date/Time: Fri, 29 Nov 2024 12:41:35 +0000



Post From: How access the binary from sc.MakeHTTPBinaryRequest()

[2023-02-14 16:59:05]
User305536 - Posts: 52
The goal of using sc.MakeHTTPBinaryRequest() is to store binary dll
which later is loaded to make the exported functions in the dll available.

I tried
HMyCustomDll = LoadLibrary( (LPCSTR)sc.HTTPBinaryResponse);          

but get cannot convert from 'SCConstCharArray' to 'LPCSTR'

The problem is not understanding how to access the binary data and
use either LoadLibrary or Assembly.Load (not sure) to mthen make it avaiable inside Sierrachart.

Help in understanding how to access the data is appreciated.

Allan