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


in reply to Re^4: Does Inline::CPP module works with VS 2008(vc 9.0)
in thread Does Inline::CPP module works with VS 2008(vc 9.0)

I currently only know about the following languages: C, Foo, foo

you should install the required language then by running

cpan install Inline:CPP

in a dos box, (iirc)

regards

mwa

Replies are listed 'Best First'.
Re^6: Does Inline::CPP module works with VS 2008(vc 9.0)
by rohn (Initiate) on Sep 16, 2009 at 13:04 UTC
    I installed the Inline::CPP module

    cpan> install Inline::CPP Database was generated on Wed, 16 Sep 2009 08:34:14 GMT Inline::CPP is up to date (0.25).

    cpan>

    But when I try to run the same code from Command Prompt, The error message is same as below.

    I currently only know about the following languages: C, Foo, foo

    is there any command to verify wether the inline module is installed properly or not

      This is the same problem you seem to be facing when using/installing Win32::GuiTest. I recommend, again, checking your module paths and installation paths and generally following the same steps you've taken to solve the problem with Win32::GuiTest. Most likely, the cpan you're running is not the cpan associated with the perl you're running.

      The error message tells you exactly how to fix the problem. Go read it again.