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

Update the Pipes unit for 64-bit compatibility #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rdipardo
Copy link

Replaces Pipes.pas with the version from http://www.overbyte.eu/frame_index.html?redirTo=/blog_source_code.html

Resolves #6

Enables binary compatibility with x86_64 applications
Per https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowlongptrw

> To write code that is compatible with both 32-bit and 64-bit versions of
> Windows, use SetWindowLongPtr. When compiling for 32-bit Windows,
> SetWindowLongPtr is defined as a call to the SetWindowLong function.
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.

[Feature Request] x64 version of the plugin
1 participant