Jump to content

GMP with Visual Studio?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
FakeRobotGymnast

FakeRobotGymnast

    Learning Programmer

  • Members
  • PipPipPip
  • 43 posts
Does anyone here know how to compile GMP on Visual Studio? I really don't get it.

GMP: The GNU MP Bignum Library

Note how I want a method of doing this, not the file itself. That way I can update it when necessary.

Random side-note: I want the .dll, not the .lib.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Does Visual Studio have a make util?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
FakeRobotGymnast

FakeRobotGymnast

    Learning Programmer

  • Members
  • PipPipPip
  • 43 posts
Not that I know of.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I found this, which may be helpful...
[Guide] Compiling GMP and MPFR in Visual Studio
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
FakeRobotGymnast

FakeRobotGymnast

    Learning Programmer

  • Members
  • PipPipPip
  • 43 posts
Link doesn't work. All that site gives me is a link to a previously build .dll... which is three versions behind.