Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Missing bufferoverflowU.lib

by BrowserUk (Patriarch)
on Mar 14, 2009 at 03:17 UTC ( [id://750555]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    R6034: An application (...\perl.exe) made an attempt to load the C-run
    +time library incorrectly.
    
  2. or download this
    manifest :
        $(PERLRUN) "-MExtUtils::Manifest=mkmanifest" -e mkmanifest
    
  3. or download this
    C:\Perl64\packages\Devel-Size-0.72>nmake manifest
    
    ...
    Copyright (C) Microsoft Corporation.  All rights reserved.
    
    'manifest' is up-to-date
    
  4. or download this
    manifest : $(INST_DYNAMIC) $(INST_DYNAMIC).manifest
        mt -manifest $(INST_DYNAMIC).manifest -outputresource:$(INST_DYNAM
    +IC);2
    
  5. or download this
    # --- MakeMaker linkext section:
    
    linkext :: $(LINKTYPE) manifest
        $(NOECHO) $(NOOP)
    
  6. or download this
    perl Makefile.pl
    perl fixmakefile.pl   <<<<additional step>>>>
    nmake
    nmake test
    nmake install
    
  7. or download this
    #! perl -sw
    use strict;
    ...
    close OUT or die "Closing fixed makefile failed: $!";
    rename 'Makefile.fixed', 'Makefile'
        or die "Rename fixed makefile failed: $!";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://750555]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found