From: Andre A. <ar...@ki...> - 2013-03-02 19:28:54
|
> > Never notice this before > > wxFile:Read(unsigned int count) returns a count. > > How could who read the data. > > This is odd obviously other methods are available. > Should have tried a bit harder length, data = fileIn:Read(length) which is exactly what you want. Andre |