error LNK2020 unresolved token
I have an vc++.net application where iam getting the following Errors while building an application
error LNK2020 unresolved token (0A00004F) atlTraceException
error LNK2020 unresolved token (0A000050) ?s_trace@CTrace@ATL@@2V12@A
I want to link some header file can anybody suggest wat i should do?
|