Компиляция плагинов под х86 в VS 2012
Error 12 The command "call ..\..\..\plugins.bat Quik Debug
copy StockSharp.Quik.dll ..\..\..\..\Hydra\bin\Debug\Plugins\StockSharp.Quik.dll
copy NDde.dll ..\..\..\..\Hydra\bin\Debug\Plugins\NDde.dll" exited with code 1. Quik
Вылетает при компиляции..
Пробовал поменять путь в plugins.bat на \Hydra\bin\x86\%2\Plugins - безрезультатно..
Пробовал тупо перетащить плагин из папки Debug.. но гидра при работе с ним начинает выдавать это:
20:19:53.127|Error |Quik |Exception of type 'System.OutOfMemoryException' was thrown.
20:20:07.899|Error |Unhandled Exception|System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
at System.Threading.Thread.GetCurrentThreadNative()
at System.Threading.Thread.get_CurrentThread()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.TimerQueue.FireQueuedTimerCompletion(Object state)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()