On Fri, 6 Jul 2007, Ignacio Diaz-Emparanza wrote:
> B. The matrix argument is indirect or by-reference, of type
> "matrix *"...
This is exactly the case. My function is not interested in the
original content of the matrix, but does some calculations to
fill it. The problem is that the behaviour in Linux is correct,
but in Windows, the original matrix must be previously declared.
Thanks, that's very clear. I will try some testing on Windows
myself.
Allin.