Re: [GENERAL] C function :: SECOND PROBLEM SOLVED :: SPI_finish releases memory!

2008-07-24 Thread M. François Benoît-Marand
The second problem is now solved ! > Second problem: > When I try to give the output table, only the first line is correctly > returned. > I have introduced an analyse stage which reveals that the problem comes from > the loss of the information in my matrix data structure when the function is > c

Re: [GENERAL] C function working with input/ouput tables failed !

2008-07-24 Thread M. François Benoît-Marand
FIRST PROBLEM IS SOLVED ! > First problem: > When I try to get the input table, the first element is forgotten, then, the > whole matrix is wrong! I have no idea of what happens… > > Example: > Input table Matrix obtained > By reading tuple by tuple

[GENERAL] C function working with input/ouput tables failed !

2008-07-24 Thread M. François Benoît-Marand
, DWORD reason, LPVOID reserved ) { switch (reason) { case DLL_PROCESS_ATTACH: break; case DLL_PROCESS_DETACH: break; case DLL_THREAD_ATTACH: break; case DLL_THREAD_DET