1>------ Build started: Project: source, Configuration: Debug Win32 ------ 1> misc.c 1>src\misc.c(58): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(105) : see declaration of 'strcpy' 1>src\misc.c(94): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. 1> C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(234) : see declaration of 'fopen' 1>src\misc.c(128): error C2065: 'preg' : undeclared identifier 1>src\misc.c(128): error C2146: syntax error : missing ';' before identifier 'regex_free' 1>src\misc.c(128): warning C4013: 'regex_free' undefined; assuming extern returning int 1>src\misc.c(128): error C2065: 'preg' : undeclared identifier 1>src\misc.c(128): error C2064: term does not evaluate to a function taking 305 arguments ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
can you give me a link to regex.h so i can get going? edit: oh ,sorry found it, but now i get this error 1>------ Build started: Project: powder toy version tg 0, Configuration: Debug Win32 ------ 1> misc.c 1>C:\Users\User\Documents\powder toy\FacialTurd-The-Powder-Toy-809289b\includes\regex.h(4): fatal error C1083: Cannot open include file: 'sys/cdefs.h': No such file or directory ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========