We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it will still need using 64bit to open >4GB files because it use memory mapping to open file.
for now it opens in 64bit build, but only displaying (filesize % 4GB) bytes, as a result many places needed to be changed for 64bit.
The text was updated successfully, but these errors were encountered:
File.cpp needs to be modified for 64bit file size support first.
File.cpp
Sorry, something went wrong.
No branches or pull requests
it will still need using 64bit to open >4GB files because it use memory mapping to open file.
for now it opens in 64bit build, but only displaying (filesize % 4GB) bytes, as a result many places needed to be changed for 64bit.
The text was updated successfully, but these errors were encountered: