ReadData returned value incorrect.

Linux specific forum
kwag
User
User
Posts: 35
Joined: Thu Jul 17, 2003 10:03 pm
Contact:

ReadData returned value incorrect.

Post by kwag »

This works fine under Windows, but not on Linux.

Length = ReadData(*MemoryBuffer, LengthToRead)

Length is supposed to have the number of bytes read, and it does so under Windows.
On Linux, it returns 1 :!:

Anyone else seen this happen :?:
Is it a bug, or is this the way it works on Linux :?:

Thanks,
-Karl
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

It's a bug, I will correct it. Thanks !
kwag
User
User
Posts: 35
Joined: Thu Jul 17, 2003 10:03 pm
Contact:

Post by kwag »

Thanks Fred :D
I was starting to loose some hair :lol:

-Karl
Fred
Administrator
Administrator
Posts: 16619
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

Fixed.
Post Reply