in reply to VC++ and XS -- again

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

Replies are listed 'Best First'.
Re^2: VC++ and XS -- again
by TomKane (Beadle) on Jul 08, 2009 at 16:58 UTC
    Rob,

    I retraced all of my steps, that is, I did everything over more carefully. It completed cleanly. Now I have to see if I can make it run, but that's my problem, not VC++'s.

    Thanks.

    Tom