Search found 3 matches

by mqsymth
23 Jan 2020
Forum: MultiCharts
Topic: IEasyLanguagePrice* pELObj-> CloseMD[data1]; ERROR
Replies: 2
Views: 831

IEasyLanguagePrice* pELObj-> CloseMD[data1]; ERROR

I have defined in C++ code. IEasyLanguagePrice* pELCLOSE= pELObj-> CloseMD[data1]; double dPrc[5000], int ntotsamp; ntotsamp=1000; ................. Later in code for (i=0; i<ntotsamp; i++) { dPrc =pELCLOSE->CloseMD[data1]->AsDouble ; } There are 2260 daily bars on the chart. I am only able to get c...
by mqsymth
05 Apr 2015
Forum: MultiCharts
Topic: using plkit.dll with eclipse/mingw-x64 gcc ?
Replies: 1
Views: 1632

Re: using plkit.dll with eclipse/mingw-x64 gcc ?

Here are the errors I encountered using minGW. I included the file plkit.tlh in my compile includes because without it mingw eclipse/mingw doesn't recognize IEasyLanguageObject * pELObj. I also put "C:\Program Files\TS Support\MultiCharts64\PLKit.dll" in the mingw linker library path because the com...
by mqsymth
02 Apr 2015
Forum: MultiCharts
Topic: using plkit.dll with eclipse/mingw-x64 gcc ?
Replies: 1
Views: 1632

using plkit.dll with eclipse/mingw-x64 gcc ?

eclipse is a front end visual c++ coder using mingw-x64 gcc vary similar to MC 2012 VC++ GCC impliments all the current C++11 whereas VC++ 2012,2013 does not. For instance in C++11,14 the static keyword is thread safe and thread_local is thread safe. However "#import" has a different meaning in ming...

Go to advanced search