Search found 3 matches

by B.M. Beltman
Thu Jul 28, 2011 8:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TM1api.dll in C#
Replies: 13
Views: 11380

Re: Using TM1api.dll in C#

I'd be surprised if anyone has already done that translation for C# though... but you never know, you might get lucky. Here you go: https://github.com/bagovino/TM1ProcessReplicate/blob/master/ProcessReplicate/TM1API.cs Everything is there except for the functions that deal with the TM1Object struct...
by B.M. Beltman
Wed Jul 27, 2011 8:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TM1api.dll in C#
Replies: 13
Views: 11380

Re: Using TM1api.dll in C#

Hi, Let me clarify my question. I want to use the TM1api.dll in a C# program. For this one needs to declare alle functions in this way: [DllImport(@"tm1api.dll")] public static extern void TM1APIInitialize(); [DllImport(@"tm1api.dll")] public static extern int TM1SystemOpen(); .....
by B.M. Beltman
Tue Jul 26, 2011 9:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TM1api.dll in C#
Replies: 13
Views: 11380

Re: Using TM1api.dll in C#

Hi People,

I am looking for the full set of API function declarations. All help appreciated!

Thanks,

Bastiaan Beltman