Skip to content
New issue

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

64 bit windows build #40

Open
TheGoldenEye opened this issue May 30, 2017 · 4 comments
Open

64 bit windows build #40

TheGoldenEye opened this issue May 30, 2017 · 4 comments

Comments

@TheGoldenEye
Copy link

Hi, can you please provide x64 windows builds? Thx

@lbellonda
Copy link
Owner

Hello, at the moment it is difficult: I have no Visual Studio environment. I should have time to learn, test and so on, however for the future this is the road to take, so I mark the issue as an enhancement but I have not a final date right now.

@mardukbp
Copy link

This is necessary in order to handle large XML files. I did some research and learned that Qt has architecture-agnostic pointers. That is Qt takes care of using the right sizes when compiling for 32-bit or 64-bit. I looked at the code and these pointers were not used. Maybe introducing them would be a first step.

Thank you so much for writing this awesome program!

@lbellonda
Copy link
Owner

I'm sorry I can't help you directly.
I currently have neither the time nor the resources to post a 64-bit Windows build, but you can compile it yourself from the sources or seek help on it.
I'm currently using the 64-bit Linux version, so I think there's no problem doing this for Windows.

Sorry for not being able to solve your problem.
Best regards.

@mardukbp
Copy link

Thank you for your prompt response. For large files I use the 64-bit version on Linux. I tried compiling it on Windows, but ran into problems. But, that was some years ago. I could try with the current main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants