in reply to Re^7: List Windows scheduled tasks
in thread List Windows scheduled tasks

From where will I get the C compiler and how to set up the environment for it ?

My OS is Windows XP Professional.

Replies are listed 'Best First'.
Re^9: List Windows scheduled tasks
by syphilis (Archbishop) on Aug 10, 2009 at 12:19 UTC
    From where will I get the C compiler and how to set up the environment for it ?

    If you have Strawberry Perl then you should already have the compiler, and the environment should be set up.
    If you have ActivePerl, then you simply need to ppm install MinGW.

    Cheers,
    Rob
    UPDATE: But I think the Win32::TaskScheduler source needs a Microsoft Compiler (even then, it won't build for me with VC7.0) and both of the possibilities mentioned above provide you only with the MinGW compiler.
      Yes you are right because after installing MinGW also it shows the same error at the end.
Re^9: List Windows scheduled tasks
by marto (Cardinal) on Aug 10, 2009 at 12:02 UTC

    Which version of Perl are you using? ActiveState, Strawberry Perl?

    Martin

      ActivePerl v5.10.0
        ppm install MinGW

        Martin