Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 02:18:46 +0000



Minor issue is DTCProtocolVLS.h

View Count: 556

[2017-03-31 19:56:29]
Al SC Developer - Posts: 434
There is a minor set of warnings in DTCProtocolVLS.h:

warning C4244: 'argument': conversion from 'unsigned int' to 'uint16_t', possible loss of data

These are all the same issue, in the AddXXX() routines. For example

    void AddServerOrderID(unsigned int StringLength)

should be
    void AddServerOrderID(uint16_t StringLength)

Simple replace all ("(unsigned int StringLength)" -> "(uint16_t StringLength)") will fix all warnings.

Seeing in VS2015 project.
[2017-03-31 21:56:46]
Sierra Chart Engineering - Posts: 104368
This is done.
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

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

Login

Login Page - Create Account