I got the same error as per this post below.
someone replied "ATL uses ATLTRACE at debag-compilation. atlbase.h." What does this mean? Do I have to add atlbase.h to my dependency?
I got the same error as per this post below.
someone replied "ATL uses ATLTRACE at debag-compilation. atlbase.h." What does this mean? Do I have to add atlbase.h to my dependency?
You need to add atls.lib (for release configuration) or atlsd.lib ( for debug configuration) in your linker dependencies.
Right click your project -> Properties -> Linker -> Input -> Additional Dependencies
There atls.lib (for release configuration) or atlsd.lib ( for debug configuration) needs to be listed.