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

WOAdaptor 64 Bit fixes #560

Merged
merged 5 commits into from
Apr 20, 2014
Merged

Conversation

markusstoll
Copy link
Contributor

there were obvious errors in pointer arithmetic, that could not work when compiled for 64 Bit.

As in most cases the address space of your WebServer stays in the lower 32 Bit, no one noticed. With Windows Server 2012 however, every process seems to get its random address somewhere in the middle of your 64 Bit address space. And WebObjects.dll crashes almost ever.

This patch fixes this issue, removes a few further warnings and adds compilation definitions for compiling against Apache under Windows. And I propose a new version number.

I will supply compiled Binaries for Windows and send them to Pascal.

ishimoto added a commit that referenced this pull request Apr 20, 2014
I can't test for Windows, don't know what that is, BUT I believe on markusstoll programming
@ishimoto ishimoto merged commit 03e6286 into wocommunity:master Apr 20, 2014
@markusstoll markusstoll deleted the WOAdaptor-Fixes branch April 25, 2014 08:59
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