presale question - usage in c# code and DLLs

I am creating a c# plugin with Ninja Trader as the host program. They allow CS files and DLLs - if I go with LimeLM will it work in an environment like this where I am not working with Visual Studio? i.e are there any special compilation steps or setup files that I would not have access to in my environment without visual studio?

Nope, everything should work fine. Here's the best place to start: http://wyday.com/limelm/help/using-turboactivate-with-csharp/

You'll also want to use the PDetsFromPath() function to load the TurboActivate.dat file before you use any TurboActivate function (because the TurboActivate.dat file won't be in the same folder as the "host process exe").

Let me know if you have any other questions and we'll be glad to help.