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

Move process-architecture check to runtime #103

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Sil-Boydens
Copy link
Contributor

progress 12 and up don't have a 32 bit compiler (that i'm aware off), but they do have 32 bit clients. this PR moves the process-architecture check from compile time to runtime so a version compiled in 64 bit can be run on 32 bit clients.

tested and validated on version:

  • 10.2B07 32-bit
  • 11.7.14 32-bit
  • 11.7.15 64-bit
  • 12.2.12 32-bit (compiled using 12.2.10 64-bit)
  • 12.2.10 64-bit

progress 12 and up don't have a 32 bit compiler (that i'm aware off), but they do have 32 bit clients.
this PR moves the process architecture check from compile time to runtime so a version compiled in 64 bit can be run on 32 bit clients.

tested and validated on version:
- 10.2B07 32-bit
- 11.7.14 32-bit
- 11.7.15 64-bit
- 12.2.12 32-bit (compiled using 12.2.10 64-bit)
- 12.2.10 64-bit
@patrickTingen
Copy link
Owner

patrickTingen commented Jan 7, 2024 via email

@Sil-Boydens
Copy link
Contributor Author

Hi Patrick,

No worries, i was already aware of the big rewrite for those tabs.
You don't have to merge this, just copying the underlying idea is also possible.
Just leave the PR open until this functionality is in the main release, so people that need this can find it.

@patrickTingen
Copy link
Owner

patrickTingen commented Jan 8, 2024 via email

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

Successfully merging this pull request may close these issues.

2 participants