Rigoberto Perez on Thu, 08 Oct 2020 21:32:54 +0200


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

Re: using library in qt


It still does not work. Here I send more details. Sorry, I previously
said W7 when it is
actually Windows 10 .. it is that I have been testing with various
operating systems.

Qt Creator 4.9.1, based on Qt 5.12.3 (MSVC 2017, 32bit)
Msys2 and Mingw32
Windows 10 Pro (64 bit)
libpari.dll.a
pari
	genpari.h
	mpinl.h
	pari.h
	paricast.h
	paricfg.h
	paricom.h
	paridecl.h
	parierr.h
	parigen.h
	pariinl.h
	parimt.h
	parinf.h
	pariold.h
	paripriv.h
	paristio.h
	parisys.h
	paritune.h

I don't understand what .dll means in the library name. For example,
when I do the same work with openssl I only have to include in Qt
libssl.a and libcrypto.a,
not libssl.dll.a or libcrypto.dll.a.