Login Page - Create Account

Support Board


Date/Time: Fri, 10 Jan 2025 03:56:07 +0000



Post From: PermData Storage and historical tick data

[2016-08-12 15:16:52]
User203925 - Posts: 40
For community sake if you are having issues implementing the fstream or ostream libraries with MSVS2013 I would recommend following:
1) Right click on the name of your project in the solution explorer window.
2) Click on 'Properties'
3) Go to 'C/C++'-> 'Code Generation'-> 'Runtime Library'
4) Change 'Runtime Library' from Multithread to Inherit from Parent or leave it blank.

This should get rid of the error messages while debugging.