09-12-2006 10:26 PM

09-13-2006 05:03 AM
hi there
well, some wild guesses:
- is CardNumArrayLength the number of elements or the number of bytes? if number of bytes pass the number of elements multiplied by 4 to the dll
- try to use a constant U32 array as databuffer
- set the calling convention of the dll to "stdcall (WINAPI)"
- set the execution mode of the dll to "Runin UI thread"
please also post the dll here
09-13-2006 08:32 PM
09-13-2006 08:37 PM