How to generate .dll of cAlgo bot
Created at 20 Mar 2015, 00:46
How to generate .dll of cAlgo bot
20 Mar 2015, 00:46
How can I generate a .dll output library for one cAlgo bot? I need a .dll I can reuse, not a .algo. For some reason a .dll was generated in my bot folder \MACDBot\bin\Debug, but now is not generated anymore for any of my bots.
Spotware
27 Mar 2015, 17:07
If you want to reuse some code, it is better to create a class library and reference it in your cBots. You can create a class library using Visual Studio or SharpDevelop.
@Spotware