typedef struct {
long dimSizes[2];
double Numeric[1];
} TD8;
typedef TD8 **TD8Hdl;TD8Hdl *spec_map; DSSetHandleSize(*spec_map, sizeof(int32)*2 + 100*10*sizeof(double) ); Greg could you please explain what is wrong with this because i am still getting an "exception" error.
