Hi to the programmers (or anybody else who can help)
I am trying to build the miners ( all versions) and get the consistant error, when building) as follows.
1>prime2.obj : error LNK2001: unresolved external symbol ___gmpz_mul
..
...
..
etc (25 errors total)
All seem to be about the MPIR libraries
I can not find the gmpz_mul but only the mpz_mul, which is in the mpirI.h file. I alos cna not find any reference to the variables.
Is there some setup I must do or which I have omitted with the mpir library?
When I set the verbose flag on it says the following
1> Unused libraries:
1> lib\openssl\ssleay32MT.lib
1> lib\mpir\mpirxx.lib
1> lib\mpir\mpir.lib
..
..
Please help. I am a fair noob on this, but I would like to learn. (BTW I have googled)
Followup:
I think I found it. The project must be compiled in X64 but the project was set to default Win32. Builds and compiles now, however, what mpri libraries are now win32 and which are x64? Why cant mpri libraries be simpler and standard provided? A hell of a lot of forced changes by compiler ... makes things suspicious... Maybe some more refinements?