06-20-2008 06:09 AM
06-20-2008 06:24 AM
06-20-2008 08:49 AM
Hi Wallace,
I declared that array of double as static outside the exported function, that means global to the dll, in this case there is no regarding the stack, working absolutely fine.
When I declare that array of double as static inside the exported function Test Stand is still giving the same error(General protection fault). if the size of the array is very large. how can I achieve this.
Give your valuable suggestion.