On Sunday 21 June 2015 21:17:41 Dmitri Afanasjev wrote:
> What type of libraries should VS produce? *dynamic (dll) *or static *libs
> (lib)*? I would like to use it in Qt application
> 
> If I use defaults, the dynamic dll is to be produced, the build phase is
> ok, but linker part gives me following *dllimport* errors:
> 
> 1>wrap.obj : error LNK2001: unresolved external symbol
> "__declspec(dllimport) public: __thiscall QByteArray::~QByteArray(void)"
> (__imp_??1QByteArray@@QAE@XZ)

Hello Dmitri

This does not seem to be an issue about development of the Qt libraries 
themselves. I can tell you for certain that QByteArray's destructor does exist 
in the Qt DLLs. You problem must be in the use of the Qt libraries.

Please repost your question to the interest mailing list (interest@qt-
project.org) for help with using Qt in your applications.

PS: QtGStreamer is not part of Qt. Therefore, for the purposes of the 
discussion, it is considered part of your application.
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to