Message 1 of 2
Problem with Factory property MemberNameIndexInitialValue usi
Not applicable
02-26-2013
01:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When using Factory passing a value tp MemberNameIndexInitialValue in c# the compiler will not let me use a long.
I cast ant and then got a COM Error not the right type.
Any one got any ideas
API info says an unsigned long
I have tried system int, int32 ulong etc
int x = 0;
MemberNameIndexInitialValue = x;
COM Error