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


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
  • Comment on Re^4: What is the problem in the following Inline code?

Replies are listed 'Best First'.
Re^5: What is the problem in the following Inline code?
by syphilis (Archbishop) on Jan 13, 2009 at 17:38 UTC
    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