c++ - error LNK2001: unresolved external symbol "class ATL:: CTraceCategory -
i got same error per post below.
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
Post a Comment