08-01-2005 08:23 AM
08-01-2005 08:47 AM
08-01-2005 09:02 AM
08-01-2005 10:24 AM
08-01-2005 10:26 AM
08-01-2005 10:53 AM
Keeping things simple by assuming you are just dropping the one filename, how about:
char filename [MAX_PATH_LEN];
and then:
strcpy (filename, (char *) eventData1);
The cast should stop your compiler errors.
JR
08-01-2005 11:02 AM