Page 2 of 2

Re: TM1 C++ API issue

Posted: Fri Oct 02, 2015 9:42 am
by TrevorGoss
BrianL wrote:The API is looking for a TM1V, not a C array. Thus you should be able to do something like

Code: Select all

TM1V empty;
TM1V params = TM1ValArray(pool, empty, 0);
TM1ProcessExecuteEx(pool, process, params );
Excellent, that worked thanks, I run the program and a file from the TI is created.

Cheers.

Trevor.