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

64bit types defined as long long are incorrect in 64bit platforms #21

Open
GoogleCodeExporter opened this issue Aug 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

long long doesn't have a defined size only double of a long which in 64bit 
platforms seems to be 128.

both osc::int64 and osc::uint64 should be defined as int64_t and uint64_t 
otherwise their size is incorrect in some platforms and might lead to errors 
when reading them from other software.

see also: https://github.com/openframeworks/openFrameworks/issues/3859


Original issue reported on code.google.com by ofart...@gmail.com on 22 May 2015 at 7:29

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

No branches or pull requests

1 participant