Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 06:03:36 +0000



How to hide SCSrting value in dll if use text viewer?

View Count: 535

[2018-12-10 18:23:18]
User517260 - Posts: 97
Dear Support, I use SCSrting variable UserName in my study.

SCString InternalUserName   = "ACxxxxxx";

I used Notepad++ to look at dll code, opened my dll and found there ACxxxxxx. How I can hide this UserName - I don't want to show it in dll for everybody. Thanks!

Waiting for your reply, Alex.
[2018-12-10 19:25:45]
Sierra Chart Engineering - Posts: 104368
You need to remotely request this data from a server you set up using this function:
sc.MakeHTTPRequest()

This will always be considered the best proper practice or have the user enter the data.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2018-12-10 19:26:02
[2018-12-11 09:46:32]
User517260 - Posts: 97
Thanks!

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account