Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 05:40:19 +0000



Post From: Is it possible to create a socket & send data to the socket from within a custom study?

[2025-02-04 15:43:25]
seandunaway - Posts: 348
yeah it compiles with clang and the official winsdk

i've written how to set up a proper environment before.. you can follow one of these for windows, linux or macos, just adjust the links to use native binaries for your host

Problem: Remote Build in SierraChart_ARM64.exe is creating x64 (Intel) DLLs | Post: 404665

cross compile from macos targeting both aarch64 and x86_64

% clang-cl --target=x86_64-pc-windows-msvc -fuse-ld=lld /W0 /winsysroot /opt/winsysroot /I /opt/sierrachart /LD /FeRick_SocketFeederv1_64.dll Rick_SocketFeederv1.cpp

% file Rick_SocketFeederv1_64.dll
Rick_SocketFeederv1_64.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows

basically just install clang, and the winsdk using xwin, add sierrachart headers, and compile like usual

or just use visual studio
Date Time Of Last Edit: 2025-02-04 15:47:41