Sorry for mystification and thank you for clarifying. Obviously the article I read about Visual C++ in the past was wrong. Since Visual Studio since 2005, there is intptr_t, but I do not know how it is with older VS's. Anyway, good luck with porting on Win64. Vali Dne 23.9.2011 13:46, Benny Prijono napsal(a): > 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 > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org