in reply to Re^6: Problem In C Inline use????
in thread Problem In C Inline use????

Did you run both the script and 'nmake /?' in the same cmd.exe shell ?

Can you provide a copy'n'paste of 'out.make' ?

Cheers,
Rob

Replies are listed 'Best First'.
Re^8: Problem In C Inline use????
by samirpatry (Acolyte) on Oct 19, 2006 at 08:39 UTC

    'nmake' is not recognized as an internal or external command,operable program or batch file.

    when i run the name /? in the script folder it will also show me the error as above.should i lack somthing
      What's the full path to the location of nmake.exe ?
      What does the command 'path' produce ?
      I'm thinking that perhaps all you need to do is add the location of 'nmake.exe' to your path. Assuming that 'nmake.exe' is located in C:\Perl\bin that would mean you have to run:
      path=%path%;C:\Perl\bin
      Cheers,
      Rob
Re^8: Problem In C Inline use????
by samirpatry (Acolyte) on Oct 19, 2006 at 08:40 UTC

    out.make file contains ::'nmake' is not recognized as an internal or external command,operable program or batch file.

    when i run the name /? in the script folder it will also show me the error as above.should i lack somthing