I'm back and trying to compile the latest code I've had three errors the common too many initializers, undeclared indentifiers and this: 1>src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory 1> md5.c 1> main.c 1>src\main.c(37): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory I'm compiling in Visual studio and debugging. When I try to release it can't open any of the .h files.
Thanks it's got rid of the regex error but I still need to get pthread where can I get it. Also It didn't get rid of the other errors but that might be because I don't have pthread and it might not matter when I've finished anyway so where can I get pthread?