On Fri, Sep 23, 2011 at 4:28 PM, Tom?? Valenta <vali at kamarad.cz> wrote: > Hi Vishal, > > I have not tried compiling pjproject on Win64 yet, but one day I certainly > will. > > The only significant change I can see in the docx, is the first one > regarding the pool buffer, although I do not understand it. > > The others are meaningless, I think, since on Win64: > sizeof(__int64) = sizeof(long) = sizeof(long long) = sizeof(void*) = 8 > Unfortunately that's not correct for Win64. According to: http://technet.microsoft.com/en-us/library/bb496995.aspx, sizeof(long) is just 4. So maybe it requires that much changes indeed, although I think the patch still has few issues with it. Benny