Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Problems with FREE MS VC++ tools

by JamesNC (Chaplain)
on Nov 22, 2005 at 13:37 UTC ( [id://510773]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    int
    test( int a )
    
  2. or download this
    use strict;
    use myModule;
    my $var = myModule::test(123);
    print $var;
    
  3. or download this
    C:\Perl\bin\perl.exe
    R6034 An application has made an attempt to load the C runtime library
    + incorrectly.
    
  4. or download this
    
    Can't load 'C:/Perl/site/lib/auto/myModule/myModule.dll' for module my
    +Module: load_file:A dynamic
    ...
     at C:/Perl/site/lib/myModule.pm line 31
    Compilation failed in require at c:\progs\ptest.pl line 1.
    BEGIN failed--compilation aborted at c:\progs\ptest.pl line 1.
    
  5. or download this
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.
    +0">
    ...
        </dependentAssembly>
      </dependency>
    </assembly>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://510773]
Approved by Corion
Front-paged by Courage
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found