visual studio release settings

Started by
3 comments, last by mike44 5 years, 10 months ago

Hi

saw in dependency walker that my app still needs msvcp140d.dll even after disabling debug.

What did I forget in the VS2017 release settings? After setting to multithreaded dll I get linker errors.

Thanks

 

Advertisement
4 hours ago, mike44 said:

After setting to multithreaded dll I get linker errors.

Your problem is that you forgot to define the WeAreNotPsychic::TellUsTheDamnErrors method. ?

if you think programming is like sex, you probably haven't done much of either.-------------- - capn_midnight

The release settings should automatically link only release libraries. Any dependencies that pull in the debug libs?

Fruny: Ftagn! Ia! Ia! std::time_put_byname! Mglui naflftagn std::codecvt eY'ha-nthlei!,char,mbstate_t>

Found the culprit. I had in preprocessor something alike _debug_

Thanks

This topic is closed to new replies.

Advertisement