[Qt-interest] Problem in created DLL using QT
Chakresh Sharma
cxs at tetrahedrix.com
Fri Oct 9 11:57:53 CEST 2009
Hi All,
I'm new on windows platform. And I'm here for seeking help in creating dll
files.
I'm using QT creator to build a library (dll) for windows 32 bit platform.
Here is detail of what i'm doing if you need to refer in answering my query
- Using Window XP 32 bit machine
- Using QT Creator to create dll file. (It creates a .dll and .a files, I
wonder why it is not creating .lib but .a file)
- This dll is using two another dll files.
I tried to test my created dll, so i wrote a simple program in VC++ .NET.
using functions of the dll created in QT.
I mentioned the library in Linker -> additional dependency ( I tried
mentioning .a. I tried with mentioning .dll).
I added the path for include files.
Now when I compile it says that my library is corrupt. Before that It also
ask for a QT header file too.
- If a library is created using QT and I deploy it to another machine
which does not have QT ----------does it like that QT need to be installed
there. (I think it should not be the case at all).
Please help me. Is there any link which can provide a good tutorial to
create a platform independent dll files.
Regards,
Chakresh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091009/e0b3a53a/attachment.html
More information about the Qt-interest-old
mailing list