Page 2 of 2

Re: Linker warnings in Debug x64 build /MT

Posted: Tue Sep 25, 2018 2:52 pm
by _NN_
Oh, then it comes from VC itself.
I am not sure what is the reason.
Maybe debug-release.
Can you create a project and add library in debug build ?

Re: Linker warnings in Debug x64 build /MT

Posted: Tue Oct 16, 2018 3:10 pm
by madshi
Hopefully this new beta build fixes the warnings?

http://madshi.net/madCollectionBeta.exe

Re: Linker warnings in Debug x64 build /MT

Posted: Tue Oct 16, 2018 4:29 pm
by _NN_
Thanks.
I will try.

Re: Linker warnings in Debug x64 build /MT

Posted: Mon Oct 22, 2018 10:22 am
by _NN_
I still see the same warning.
I have it also with madCHook32mt.lib

Good part that now I am able to build dll with SafeSEH without any problem :redBalloon:

Re: Linker warnings in Debug x64 build /MT

Posted: Mon Oct 22, 2018 10:25 am
by madshi
But you see it only with madCHook32mt.lib, but not with madCHook64mt.lib? For me, I had the warnings with madCHook32mt.lib, even when doing a release build, but the latest beta fixed it for me. The difference simply was that I still had the "Generate Program Database File" active for madCHook32mt.lib, but not for madCHook64mt.lib. So basically I just used the same settings for both madCHook32mt.lib and madCHook64mt.lib now.

Re: Linker warnings in Debug x64 build /MT

Posted: Mon Oct 22, 2018 10:52 am
by _NN_
I see warning with both.