Compile indicator into a DLL
Compile indicator into a DLL
31 Jan 2019, 13:46
In VS2017 how to Compile a new made indicator into a DLL.
Normally it builds to a .algo file now but sometimes it builds to a dll.
When is the build result going to be a .dll and when an .algo ?
Best rgds,
Ton
Replies
Mikro
05 Feb 2019, 14:43
Hey guys,
I have the same issue at the moment.
One indicator I opened from cAlgo via "Edit in Visual Studio" compiles just fine to the 'indicator.algo' in the
/Resources/Indicators/
directory.
Another indicator which I resored from an old git repository compiles, but does not build the .calgo file.
I find the indicator.dll under
/Resources/Indicators/myIndicator/bin/Release/
folder, but no
/Resources/Indicators/myIndicator.calgo
is created?
I tried to set build action for the .cs file to 'resource' but with no result.
What am I missing?
thanks!
@Mikro
PanagiotisCharalampous
05 Feb 2019, 15:54
Hi Mikro,
Can you send me the indicator project at community@spotware.com?
Best Regards,
Panagiotis
@PanagiotisCharalampous
Shares4UsDevelopment
01 Feb 2019, 17:40
project->properties
build action = resource
build
@Shares4UsDevelopment