in reply to Re^5: 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 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

  • Comment on Re^6: Does Inline::CPP module works with VS 2008(vc 9.0)

Replies are listed 'Best First'.
Re^7: Does Inline::CPP module works with VS 2008(vc 9.0)
by Corion (Patriarch) on Sep 16, 2009 at 13:12 UTC

    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.

Re^7: Does Inline::CPP module works with VS 2008(vc 9.0)
by ikegami (Patriarch) on Sep 16, 2009 at 13:17 UTC
    The error message tells you exactly how to fix the problem. Go read it again.