Thanks Matt. mmm What about using libs? (not dll). Can I ? I am not 100% sure if my QTcreator+Mingw can use msvc dlls/libs with the only presence of the dll / lib ? Need I anything more ? (I have the .h headers of course . Need my future client anything more ? Thanks again .
----- Original Message ----- From: "Matthias Pospiech" <[email protected]> To: <[email protected]> Sent: Sunday, October 16, 2011 11:33 AM Subject: Re: [Qt-creator] A full tutorial for calling MSVC c++ libraries from app compiled with mingw ? > Am 16.10.2011 11:30, schrieb Antonio P.: >> Thanks. >> I have read the QLibrary reference. >> >> It only works with dll, not libs? (for static ) >> So, to use QLibrary need I 'pure' dlls ? >> >> Another question.... To use msvc dlls , need I msvc aditional rutime >> components ? > Yes, but you can no simply copy them to your binary folder. They must be > installed to the system. > If you have the msvc compiler toolchain installed they are available > directly. For a fresh installation you > need to install the correct vcredist package. In short: deployment with > msvc is a nightmare. > If you use the msvc compilter, you also need to have all your 3d-party > libs compiled with msvc instead > of mingw. > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
