When I go through the steps specified by JamesNC in his original post, everything works fine for me with VC++ 7.0.
You'll notice in the output you provided that there's a cl command that gets run, followed by a link command. But, in between the running of those 2 commands, there ought to be the message "Running Mkbootstrap for simple ()", followed by the execution of a couple of perl commands. At least, that's what happens for me and, given the nature of the error message, I suspect it's relevant to the error itself.

However, I don't know what's causing this.
Does the same thing happen when you try to build real perl extensions from CPAN (eg Math::FFT) ?
Which version of perl do you have ?
Which version of ExtUtils::MakeMaker do you have ?
Was changing the name of the module from "myModule" to "simple" the *only* thing you did differently to JamesNC ?

Cheers,
Rob

In reply to Re: VC++ and XS -- again by syphilis
in thread VC++ and XS -- again by TomKane

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.