Linker warnings in Debug x64 build /MT

c++ / delphi package - dll injection and api hooking
_NN_
Posts: 55
Joined: Mon Jan 21, 2013 4:00 pm

Re: Linker warnings in Debug x64 build /MT

Post 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 ?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Linker warnings in Debug x64 build /MT

Post by madshi »

Hopefully this new beta build fixes the warnings?

http://madshi.net/madCollectionBeta.exe
_NN_
Posts: 55
Joined: Mon Jan 21, 2013 4:00 pm

Re: Linker warnings in Debug x64 build /MT

Post by _NN_ »

Thanks.
I will try.
_NN_
Posts: 55
Joined: Mon Jan 21, 2013 4:00 pm

Re: Linker warnings in Debug x64 build /MT

Post 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:
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Linker warnings in Debug x64 build /MT

Post 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.
_NN_
Posts: 55
Joined: Mon Jan 21, 2013 4:00 pm

Re: Linker warnings in Debug x64 build /MT

Post by _NN_ »

I see warning with both.
Post Reply