Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 02:19:35 +0000



Post From: Advanced custom study

[2018-01-02 20:09:19]
User558377 - Posts: 31
I see what you mean. I made the correction. Here is the latest error ...


-- Starting remote build of Custom Studies Source files: ActiveMatrixDelux_v7m6.cpp. -- 12:08:05
Allow time for the server to compile the files and build the DLL.

The remote build did not succeed. Result:

In file included from sierrachart.h:15:0,
from ActiveMatrixDelux_v7m6.cpp:2:
ActiveMatrixDelux_v7m6.cpp: In function 'int scdll_DLLVersion()':
scstructures.h:100:28: error: redefinition of 'int scdll_DLLVersion()'
SCDLLEXPORT int SCDLLCALL scdll_DLLVersion() { return SC_DLL_VERSION; } \
^
ActiveMatrixDelux_v7m6.cpp:13:1: note: in expansion of macro 'SCDLLName'
SCDLLName("ActiveMatrixDelux v7m6")
^
scstructures.h:100:28: note: 'int scdll_DLLVersion()' previously defined here
SCDLLEXPORT int SCDLLCALL scdll_DLLVersion() { return SC_DLL_VERSION; } \
^
ActiveMatrixDelux_v7m6.cpp:7:1: note: in expansion of macro 'SCDLLName'
SCDLLName("ActiveMatrixDelux v7m6")
^
ActiveMatrixDelux_v7m6.cpp: In function 'const char* scdll_DLLName()':
scstructures.h:101:36: error: redefinition of 'const char* scdll_DLLName()'
SCDLLEXPORT const char* SCDLLCALL scdll_DLLName() { return DLLName; }
^
ActiveMatrixDelux_v7m6.cpp:13:1: note: in expansion of macro 'SCDLLName'
SCDLLName("ActiveMatrixDelux v7m6")
^
scstructures.h:101:36: note: 'const char* scdll_DLLName()' previously defined here
SCDLLEXPORT const char* SCDLLCALL scdll_DLLName() { return DLLName; }
^
ActiveMatrixDelux_v7m6.cpp:7:1: note: in expansion of macro 'SCDLLName'
SCDLLName("ActiveMatrixDelux v7m6")
^

-- End of Build -- 12:08:10