c++ - error LNK2001: unresolved external symbol "class ATL:: CTraceCategory -


i got same error per post below.

error lnk2001

someone replied "atl uses atltrace @ debag-compilation. atlbase.h." mean? have add atlbase.h dependency?

you need add atls.lib (for release configuration) or atlsd.lib ( debug configuration) in linker dependencies.

right click project -> properties -> linker -> input -> additional dependencies 

there atls.lib (for release configuration) or atlsd.lib ( debug configuration) needs listed.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -