https://bugs.kde.org/show_bug.cgi?id=448645
--- Comment #18 from wolfelkbeaver <[email protected]> --- (In reply to wolfelkbeaver from comment #17) > (In reply to Maik Qualmann from comment #16) > > The data type long is 64 bit under Unix on a 64 bit platform (32 bit on a 32 > > bit platform). Therefore we have no problems with very large TIF files. > > According to my research, long under Windows should only have 32 bits even > > on a 64 bit platform. > > > > Maik > > Did you solve by changing data type to 'LONGLONG' for Windows? > > https://docs.microsoft.com/en-us/windows/win32/winprog/windows-data-types Now I see that you solved it by changing 'long' to 'qint64'. Thanks and I look forward to the next release with the change. I'll report back on how it works. -- You are receiving this mail because: You are watching all bug changes.
