On Friday 29 May 2015 10:55:40 Soraya Santana de la Fe wrote: > xx.obj : error LNK2019: unresolved external symbol > __imp__q_atomic_increment referenced in function ... > yy.obj : error LNK2001: unresolved external symbol __imp__q_atomic_increment > xx.obj : error LNK2019: unresolved external symbol > __imp__q_atomic_decrement referenced in function "public: __thiscall ... > yy.obj : error LNK2001: unresolved external symbol __imp__q_atomic_decrement > > It seems that something is not being exported or not compiled for my > windows platform. Any ideas would be really appreciated.
Find out why this function was called in the first place. Nothing should try to call it at all on Windows, much less with MSVC. -- 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
