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


'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

Replies are listed 'Best First'.
Re^9: Problem In C Inline use????
by syphilis (Archbishop) on Oct 19, 2006 at 08:51 UTC
    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