You are right - size_t is supposed to be 64-bits on Windows x64. But to get this behaviour, you have to define _WIN64 during the build process.
I have been caught by this so many times because _WIN64 is supposed to be a predefined macro, onr that is automatically defined for 64-bit builds. But, as far as I can see, it has to be user defined. Brian -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To view this discussion on the web visit https://groups.google.com/d/msg/mpir-devel/-/oxKlHFly8R4J. To post to this group, send email to mpir-devel@googlegroups.com. To unsubscribe from this group, send email to mpir-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.