Excellent, that worked thanks, I run the program and a file from the TI is created.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 );
Cheers.
Trevor.