Bug: Library Dependencies

Created at 02 Sep 2013, 21:20
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
JO

johnswentworth

Joined 02.09.2013

Bug: Library Dependencies
02 Sep 2013, 21:20


When a library has a dependency which is also present in the Robot file, cAlgo fails to compile. In this case I tried to import both the MathNet.Numerics dll and the usual System dlls. However, since MathNet also uses the System dlls, the compile failed, complaining that the System dlls had already been imported. VS does not have any trouble handling the same dependencies.


@johnswentworth
Replies

cAlgo_Fanatic
03 Sep 2013, 12:26

RE:

johnswentworth said:

When a library has a dependency which is also present in the Robot file, cAlgo fails to compile. In this case I tried to import both the MathNet.Numerics dll and the usual System dlls. However, since MathNet also uses the System dlls, the compile failed, complaining that the System dlls had already been imported. VS does not have any trouble handling the same dependencies.

Please post or send us an example of your code to engage@spotware.com.


@cAlgo_Fanatic