in reply to Re^2: Win32::Taskscheduler failed to install on win7
in thread Win32::Taskscheduler failed to install on win7

TConvert.h:37: error: expected '=', ',', ';', 'asm' or '__attribute__' ....

This usually indicates that you need to compile with 'g++' instead of 'gcc'. Therefore try:
dmake realclean perl Makefile.PL CC=g++ dmake test
But don't get too hopeful ... I've just tried that myself and it looks like there could be some other issues to sort out.

Cheers,
Rob