2004-06-09 07:17 PM - last edited on 2023-08-07 12:22 PM by Doreena Deng
2004-06-10 07:26 AM
memo.dimension.witnessVal = API_DimElem(witnessVal, 2);The field of the API_ElementMemo struct is dimElems, not dimension, and that is a ** to an API_DimElem, and you're using API_DimElem as some kind of constructor that I don't recognize. But, I'm really rusty!!
2004-06-10 11:02 AM
I'm not sure what you mean by:honestly, Karl, I'm not to sure either!!
Code:
memo.dimension.witnessVal = API_DimElem(witnessVal, 2);
2004-06-10 11:49 AM
2004-06-10 03:25 PM