Rigoberto Perez on Thu, 08 Oct 2020 20:28:34 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- To: pari-users@pari.math.u-bordeaux.fr
- Subject: using library in qt
- From: Rigoberto Perez <rigo666beast@gmail.com>
- Date: Thu, 8 Oct 2020 20:28:30 +0200
- Delivery-date: Thu, 08 Oct 2020 20:28:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xvl3o7N3eFavmZSo2nJl8s1/6M8P2/xs6txPNht70Qg=; b=XDcIznHB0kuf1bk0bWmHFkWridtK9AKizwqgQXKRKRppE7FDtV+IHMbMMXdUcGu23Z 8V+3lWQnwe8+hgp7NcTWEdvSqC6C4bfNxEy0uX3LFzPTFL7zNHoDlYqEK8eW9HBcDmuF 3F0ybTh8Ttabs+/wtycmuFrYWRISTK9xku8TEYkYuXL6Bpc5EwIeaGbvJIaSCZ8OGK5d T4tGbEN0SYv7jKxd5qVYQ6r6nMY9518nLTYe3pZ5fowr8Xe3mLMRVjkHsolw/sZelSTi NDAUxq77vGuxlnpNH+m+2dw2mEovf20tIofaWe8tQJzLyOGmKhOP5PfWVihohdoey6i6 Uqqg==
Hi:
I Compile (./configure and make all) from source code in W7 64bits
with Msys2 and
Mingw 32bits. Use the headers (*.h from sources) and libpari.dll.a in
qt project
(INCLUDEPATH += and LIBS +=) and it is compile Ok, but when I run with the only
funcion pari_init(...) it produces a crash in qt creator.
Anyone knows what's my mistake?
Thanks in advanced