[Qt-interest] use .obj libary with mingw compiler
Thiago Macieira
thiago.macieira at trolltech.com
Thu Jul 16 17:10:31 CEST 2009
Em Quinta-feira 16 Julho 2009, às 15:18:28, Matthias Pospiech escreveu:
> I am using a Qt in Visual Studio and have a GPIB Libary (Device to
> Computer Commnication Interface from NI). That works well in Visual Studio.
> No I am trying to get the same libary work in QtCreator with mingw.
> However I do not see how to load the libary.
>
> The libary comes as
> gpib-32.dll
> gpib-32.obj
>
> The documentation says:
> GPIB-32.OBJ - Win32 Microsoft Visual C++ language
> interface object module
>
> Any possibilty to load that in QtCreator?
QtCreator? Yes, provided you're using version 1.2 and the MIcrosoft Visual
Studio tools.
MinGW? No, you can't use .obj files. However, it should be possible to create a
a .a file from the .dll, so you can link against it.
--
Thiago Macieira - thiago.macieira (AT) nokia.com
Senior Product Manager - Nokia, Qt Software
Sandakerveien 116, NO-0402 Oslo, Norway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090716/377e2a87/attachment.bin
More information about the Qt-interest-old
mailing list