Support Board
Date/Time: Fri, 10 Jan 2025 15:27:33 +0000
Post From: Cannot add Custom study
[2016-09-13 11:12:43] |
bala - Posts: 74 |
That is correct - I did use " Analysis >> Build Custom Studies DLL". Here is the screen output from latest compiling: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Starting build of Custom Studies Source files: Mytest1.cpp. -- 06:06:43 C:\WINDOWS\system32\cmd.exe /C "C:\SierraChart\ACS_Source\VisualCCompile.Bat" C:\SierraChart\ACS_Source>call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" Mytest1.cpp Creating library Mytest1.lib and object Mytest1.exp Generating code Finished generating code -- End of Build -- 06:06:45 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The above compile has created Mytest1.dll in C:\SierraChart\Data (By the way it's a simple program to print "Hello World" into the log) |