Re: How to use a Dynamic Link Library with QT / C++.
Originally Posted by wysota
Please use your favourite search engine to find articles about using external libraries with C++. This is out of scope of this forum. As for Qt, use our search facilities - the issue of configuring your project to use external libraries has been brought up a couple of times. You can even scroll this thread down to the list of similar threads and read them.
wysota,
Thanks for replying.
By the way... at the first time... I thought that I had to use the QLibrary class (out of scope?! I dont think so) to implement this issue. But i did'nt figured it out.
Re: How to use a Dynamic Link Library with QT / C++.
Originally Posted by nivaldonicolau
I thought that I had to use the QLibrary class
Not really. This is for loading libraries at runtime not when the application is started.
Qt is not some special magic entity that forces you to do think you don't have to do with C++ or any other language similar to it. It just adds some more functionality.
Your biological and technological distinctiveness will be added to our own. Resistance is futile.
Please ask Qt related questions on the forum and not using private messages or visitor messages.
Bookmarks