On Tue, 12 Jul 2011 09:41 +0200, "IOhannes m zmoelnig" zmoelnig@iem.at wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-12 00:47, Mathieu Bouchard wrote:
On Mon, 11 Jul 2011, Hans-Christoph Steiner wrote:
Ok, I think I found it, there were lots of 32-bit .x%x.c patterns in the magicglass/nlet highlighting code, I replaced them with proper .x%lx.c patterns which should support 64-bit fine. Try tomorrow's build and let me know.
.x%lx.c is not 64-bit on Win64, but as long as all sys_vgui commands have the same bug, the bug will very very rarely show up in practice.
btw, wouldn't "%p" be the correct way to print a pointer? or are there some compat issues with that (e.g. non-POSIX)
All I know is that the rest of the Pd code uses .x%lx.
.hc