Skip to content

Win64 fixes#333

Merged
joeferner merged 3 commits into
joeferner:masterfrom
egandro:master
Jun 8, 2016
Merged

Win64 fixes#333
joeferner merged 3 commits into
joeferner:masterfrom
egandro:master

Conversation

@egandro

@egandro egandro commented Jun 8, 2016

Copy link
Copy Markdown
Contributor

Hi again!

I found the interface bug on windows. It was a (long) <-> (jlong) cast :)

sizeof(long) -> 4 on win64
sizeof(jlong) -> 8 on win64

I also did a few cleanups like adding batch files and making the tests work.

Can you please create a 0.7.2 npm version?

Thx!

@joeferner joeferner merged commit 0f15c17 into joeferner:master Jun 8, 2016
@egandro

egandro commented Jun 8, 2016

Copy link
Copy Markdown
Contributor Author

Thx a lot! Can you please do the 0.7.2 tag to npm?

@joeferner

Copy link
Copy Markdown
Owner

v0.7.2 published

@egandro

egandro commented Jun 9, 2016

Copy link
Copy Markdown
Contributor Author

Thx a lot! :)

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