Hi!
I developed a DLL, and when calling it once, there is no problem.
But if you call it twice, at the second time, there are memory
problems ("instruction xxx makes reference to the memory..."
.
I suppose that I am 're-working' with my variables, so there
are memory space problems.
I do NOT initilize my variables, nor free memory space or things
like that.
Could anybody explain me how to manage variables and memory space?
Regards,
I developed a DLL, and when calling it once, there is no problem.
But if you call it twice, at the second time, there are memory
problems ("instruction xxx makes reference to the memory..."
I suppose that I am 're-working' with my variables, so there
are memory space problems.
I do NOT initilize my variables, nor free memory space or things
like that.
Could anybody explain me how to manage variables and memory space?
Regards,