Visual Studio Community 2015
Visual Studio Community 2015
21 Aug 2015, 15:27
Hi,
Will the Visual Studio extension be made available for the Community 2015 edition?
Replies
olddirtypipster
21 Aug 2015, 20:01
You do not have to wait on Spotware to add support to cTrader or cAlgo.
Just do the following:
1) Open you bot code from Visual Studio
2) Ensure the cAlgo.API.dll assembly is added as a reference.
3) Make sure that the bot has been recompiled to update your debug files or it won't breakpoint.
4) Attach debugger to cAlgo or cTrader
5) Set breakpoints where you need it
6)Start your bot and voila.
@olddirtypipster
Pannekoek
23 Aug 2015, 23:37
Thanks for the suggestion. Unfortunately it won't let me add a reference because the project is listed as 'incompatible'.
@Pannekoek
Spotware
21 Aug 2015, 15:33
Dear Trader,
Currently we do not support Microsoft Visual Studio 2015 editions. It is in our plans to support these editions too. Supported editions are 2010, 2012, 2013
@Spotware