Search found 4 matches

by misterbear
30 Sep 2011
Forum: MultiCharts
Topic: Unexpected C++ Compiler Error using SDK interface
Replies: 1
Views: 735

Unexpected C++ Compiler Error using SDK interface

I am getting an unexpected compiler error when attempting to return an integer value using the member function AsInteger. According to the EasyLanguage Extension SDK pdf of 02/08/2006 (see EasyLanguage Property Reference table C). AsInteger should be acceptable when returning a value through an Easy...
by misterbear
27 Sep 2010
Forum: MultiCharts
Topic: MC 6.1 (3605) IEasyLanguageObject reference Show Stopper
Replies: 4
Views: 1535

Re: MC 6.1 (3605) IEasyLanguageObject reference Show Stopper

I have narrowed down the problem further. If i attempt to pass in BarNumber as an argument to the DLL function, I get the runtime parameter error. It does not seem to matter if the arg is type int or double. Passing BarNumber as an arg works in TS but not in MC. //======= EL Code ======= external: "...
by misterbear
27 Sep 2010
Forum: MultiCharts
Topic: MC 6.1 (3605) IEasyLanguageObject reference Show Stopper
Replies: 4
Views: 1535

Re: MC 6.1 (3605) IEasyLanguageObject reference Show Stopper

Thanks for the confirming example. Much appreciated
by misterbear
26 Sep 2010
Forum: MultiCharts
Topic: MC 6.1 (3605) IEasyLanguageObject reference Show Stopper
Replies: 4
Views: 1535

MC 6.1 (3605) IEasyLanguageObject reference Show Stopper

In my C++ DLL the following standard TS SDK call is failing to return a pointer to the IEasyLanguageVariable *pVar and instead raises a "bad parameter" error in MC. See code below. I am doing a port of my EasyLanguage code which uses a C++ DLL. The code has been running well for over a year on TS 8....

Go to advanced search