http://qs321.pair.com?node_id=750557


in reply to Re^4: Missing bufferoverflowU.lib
in thread Missing bufferoverflowU.lib

Looking in the blib, the manifest has been produced

No such file in my blibs. Does that merely indicate that the manifest has been attached to the dll ?

I'm getting the same Makefile as you (which is to be expected, as we're using the same build of perl), but no manifest problems. I'm using Windows Server 2003 R2 SDK, whereas you're using a 2008 SDK - which, no doubt, accounts for the difference (somehow).

Cheers,
Rob

Replies are listed 'Best First'.
Re^6: Missing bufferoverflowU.lib
by ikegami (Patriarch) on Mar 26, 2010 at 21:33 UTC
    I don't know about Perl's tool chain, but the ExtUtil::MakeMaker tool chain deletes the manifest after merging it in.
    $(LD) ... if exist $@.manifest mt -nologo -manifest $@.manifest -outputresource: +$@;2 if exist $@.manifest del $@.manifest});