LPFP deposits_zero;
LPFP swaps_zero;
LPFP futures_zero;
LPFP fra_zero;
LPFP blend_zero;
Now I have a function that is called that sets the deposits, swaps, futures, and fra curve with an array that is dynamically allocated.
deposits_zero = USA_CREATE_SWAPZERO(0,0,0,0,curve,&tmpBlend, 1, 1, 3, 0,0,0);
It creates a curve, the function is supposed to dynamically allocate my that array.
Now later on in my code, I have a function that uses all 4 of those arrays that were set by previous functions. The problem is those arrays aren't there anymore. Whats my problem
I am also having trouble getting my Visual Studio to debug my XLL.
Thanks,
Aaron