[Development] Qt 4.8.6 win32-msvc2008 compilation. error LNK2001: unresolved external symbol __imp__q_atomic_increment

Thiago Macieira thiago.macieira at intel.com
Fri May 29 16:53:50 CEST 2015


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




More information about the Development mailing list