| Author |
Message |
   
Richard Holland
Username: bigdutch
Registered: N/A
| | Posted on Tuesday, Jul 28, 2009 - 9:56: | |
Stefan I get the message ' Cannot write to the test file' when I run the example application. Everything else seems ok. Have you any ideas? Regards Richard |
   
Richard Holland
Username: bigdutch
Registered: N/A
| | Posted on Tuesday, Jul 28, 2009 - 23:36: | |
I found the problem with Delphi 7. Changed if WHX_Write(@Buffer, 50000)= false then begin to if not (WHX_Write(@Buffer, 50000)) then begin and all is ok! |
|