You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 22 May 2015 at 7:29
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 22 May 2015 at 7:29The text was updated successfully, but these errors were encountered: