19-May-2012, 1:10 PM
Quote:... x64 builds of 2.0 on linux don't handle TWS files correctly anyway. Is there a patch for 2.0 that fixes it?The problem and patch are the same for both 1.3 and 2.0.
In the filereadint32 function in fileio.c, change all 4 instances of "(unsigned char)byte" to "(unsigned int)byte".
- Madhav.