Click here to Skip to main content
15,887,349 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

I was migrating our project from 2010 to 2015, but I was facing linking issue saying that atlsd.lib was not able to open.
The installation folder for VS2015 "C:\LegacyApp\VisualStudio2015\VC\atlmfc\lib" doesn't have debug version of this lib, but it has release version "atls.lib"
I have installed VS2015 proffessional edition.
Can anyone help me to fix this issue.

Thanks,
Abhi

What I have tried:

Tried updating the VS2015, but still the error is there
Posted
Updated 7-Apr-17 0:34am

1 solution

This debug library has been removed with VS 2013
Atlsd.lib, atlsn.lib, and atlsnd.lib are removed. Atls.lib no longer has character-set dependencies or code that's specific for debug/release. Because it works the same for Unicode/ANSI and debug/release, only one version of the library is required.
So just link your application with atls.lib too for debug builds.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900