in reply to Re^2: What is the problem in the following Inline code?
in thread What is the problem in the following Inline code?

You need to make sure your copy of nmake.exe is either in the current directory or in a directory in %path%. If you are using Visual Studio it should be in the VC bin directory.
  • Comment on Re^3: What is the problem in the following Inline code?

Replies are listed 'Best First'.
Re^4: What is the problem in the following Inline code?
by Anonymous Monk on Jan 13, 2009 at 10:37 UTC
    call vcvars32.bat (or call path\to\msvc\bin\vcvars32.bat) should set all the required env
Re^4: What is the problem in the following Inline code?
by sanjay nayak (Sexton) on Jan 13, 2009 at 12:51 UTC

    Hi Cdarke

    Thanks for the reply.

    But when i put my "Inline.pl" perl program in the VC/bin,where nmake.exe is present. from there i run my perl program in the command prompt. Still i am getting the same error. Plz suggest what to do? How to set path for the nmake.exe in my perl program.

    Regd's
    Sanjay
      You still haven't got nmake.exe in the current working directory. It's better to just follow the advice of Anonymous Monk and run vcvars32.bat.

      Cheers,
      Rob

        Hi Monks

        Many many thanks for your suggestions. Now i am able to run the C code with my perl code fine by using Inline module.

        Regd's
        Sanjay