On Thu, Dec 3, 2009 at 2:18 PM, Borge <[email protected]> wrote: > Hi, > > I have been using GMP under Cygwin for a while, and now I need to mix > in some Windows GUI functions. I was recomended to use Visual C# > Express for the GUI and MPIR for the math. > > Running ./configure and make according to the installation directions > is straight forward in a unix (-like) environment. But I have not > found any instructions on how to do it for a MS platform. > > I undestand that MPIR is supposed to work for Windows. Is Visual C# > Express 2008 an option? If it is, could you please point me towards an > installation procedure? > > I would like for my application to be exported in binary form. Not > that I necessarily want to hide the source code, I just want to keep > hassle low for non-coder end users. How should I configure MPIR to > work on a generic MS platform? My application rather needs this than > very high execution speed. > > I've compiled GMPY (the Python wrapper for GMP/MPIR) with the MS SDK compilers. I've documented the steps:
http://code.google.com/p/gmpy/source/browse/trunk/win_x64_sdk_build.txt This may give you a start. > > Thanks, > Borge > > -- > > You received this message because you are subscribed to the Google Groups > "mpir-devel" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/mpir-devel?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/mpir-devel?hl=en.
