Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

fix for issue X64 pointer arithmetic issue #18 #19

Merged
merged 1 commit into from
Nov 8, 2016

Conversation

chcg
Copy link
Contributor

@chcg chcg commented Nov 5, 2016

see #18

Copy link
Owner

@kbilsted kbilsted left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this work when compiling on x32?

@chcg
Copy link
Contributor Author

chcg commented Nov 8, 2016

For x32 there will be no visible change. int64 is big enough to contain all the 32 bit range and intptr is just 32bit in this case so this cast is reducing the value range again, see also links in #18 for further explaination.

@kbilsted kbilsted merged commit efb371b into kbilsted:master Nov 8, 2016
TaoK added a commit to TaoK/PoorMansTSqlFormatter that referenced this pull request Dec 27, 2016
- Change DllExport library from unversioned inclusion to NuGet package (possible further update required, there is another more recent NuGet package available called DllExport apparently?)
- Patch NPP Plugin helper to support x64 (kbilsted/NotepadPlusPlusPluginPack.Net#19)
@chcg chcg deleted the x64_fix branch January 23, 2021 21:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants