2

I'm trying to get an arbitrary-precision decimal class in C# as per this answer. I've downloaded and installed the J# re distributable, but I'm clueless as to how to import / reference it into my visual studio project. The folder it has created looks like the picture below, but none of these DLLs seem like the one I want to import in able to use the BigDecimal class. How do I use this class in my visual studio C# code?

EDIT: I have managed to reference the DLL but whenever I use the BigDecimal type I get the following error:

enter image description here

Community
  • 1
  • 1
acernine
  • 729
  • 2
  • 6
  • 16
  • You need to run `install.exe` first and then you can refer assembly. Might be it automatically register that within GAC. But I'm not sure – Adnan Umer Apr 14 '16 at 13:40

0 Answers0