Version of ?#
Created at 11 Apr 2013, 22:59
Version of ?#
11 Apr 2013, 22:59
Hello!
Please answer to me for two questions.
- What is a version of ?# uses cAlgo? Is it support .NET 4.5 or .NET 4.0 only?
- I try to use a lot of modules that I use in my programs on VS2012 but some modules (they are comment) gave error on compilation. What is a reason of it?
using System; using cAlgo.API; using cAlgo.API.Indicators; using cAlgo.API.Requests; using cAlgo.Indicators; using System.Collections.Generic; using System.ComponentModel; //using System.Data; // get error using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; //using System.Windows.Forms; // get error using System.IO;
Replies
cAlgo_Fanatic
12 Apr 2013, 10:28
Those namespaces are not supported at the moment. We will see if they can be included in a future release.
cAlgo uses framework 4.0. There are no plans at the moment for upgrading to Framework 4.5.
@cAlgo_Fanatic
VDev
11 Apr 2013, 23:14
Sorry, I had misprint and instead ?# must be C#
@VDev