[mpir-devel] Re: Microsoft Visual Studio 2015, newbie problems with build errors

2016-08-18 Thread Robert Steed
I know - I realised that just after I posted that last message, and so deleted it. You weren't supposed to reply to it. -- You received this message because you are subscribed to the Google Groups "mpir-devel" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: [mpir-devel] Re: Microsoft Visual Studio 2015, newbie problems with build errors

2016-08-18 Thread Pavel Holoborodko
You have to initialize bigres variable as well (see mpz_init). On Aug 19, 2016 2:39 AM, "Robert Steed" wrote: > Thanks Bill, that works. Under Project > *projectname* Properties > > Additional Dependencies, I put "...\mpir-2.7.2\lib\Win32\ > Release\mpir.lib". > The program crashes when I'm tryi

[mpir-devel] Re: Microsoft Visual Studio 2015, newbie problems with build errors

2016-08-18 Thread Robert Steed
Thanks Bill, that works. Under Project > *projectname* Properties > Additional Dependencies, I put "...\mpir-2.7.2\lib\Win32\Release\mpir.lib". The program crashes when I'm trying to call mpz_add(), so I built debug library and debugged my program - debugging starts in function __gmp_default_rea