[cairo] Win32 Port

Matthew Allen fret at memecode.com
Wed Feb 9 17:15:33 PST 2005


---------- Original Message ----------
To:  (cairo at cairographics.org)
From: Matthew Allen (fret at memecode.com)
Subject: [cairo] Win32 Port
Date: 9/2/2005 11:08:35p

> Or something I've introduced by compiling it under win32?

Ok fixed the problem. I was compiling with a broken stdint.h, which defined the 64 bit int's as long's. Use __int64 instead and it's good to go. 
Maybe it'd be nice to have a few runtime assert(sizeof(???) == ???)'s to sanity check that critical types are the right size?
--
Matthew Allen
(fret at memecode.com) (http://www.memecode.com)




More information about the cairo mailing list