Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 02:01:46 +0000



Post From: Visual Studio won't build Study when sc.VolumeAtPriceForBars->GetVAPElementAtIndex is used

[2020-07-07 00:54:52]
User99735 - Posts: 234
Hi,
For future visitors to this page
- The link to step 11 is broken.

Fix is as follows -
Set Project Properties/C++/Code Generation/Run-time Library property to /MTd ( multi threaded debug ) instead of default /MT ( multi threaded ).

The problem is encountered only if you use std functions / structures like vector / map / list etc.

Happy programming!!!

Regards

Vivek