On Thu, 03 Jun 2010 03:55:08 +0000 sud03r at users.sourceforge.net wrote: > + //Toggle > + printf("Supported\n"); Please consider switching to use of debug() functions instead of printf(). printf() is not portable. Eugene