Rigoberto Perez on Thu, 08 Oct 2020 20:46:00 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: using library in qt


Thanks Bill.

I test in many ways:

pari_init(8000000, 500000;

I also used:

pari_init(80000, 5000);

.
.
.

pari_init(800, 50);


and finally:

pari_init(800, 5);

In all cases qt creator crashes immediately, in both debug and run modes ...

I am trying to show my colleagues the facilities of pari / gp and even
that it can be used from a high-level language like qt.