1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
.tmp.c:1:21: error: windows.h: Non hai tal ficheiro ou directorio
.tmp.c:2:22: error: commctrl.h: Non hai tal ficheiro ou directorio
.tmp.c:3: error: syntax error before 'WinMain'
.tmp.c:3: error: syntax error before 'h'
.tmp.c:4: warning: return type defaults to 'int'
.tmp.c:1:23: error: pcreposix.h: Non hai tal ficheiro ou directorio
.tmp.c: In function 'main':
.tmp.c:2: error: 'regex_t' undeclared (first use in this function)
.tmp.c:2: error: (Each undeclared identifier is reported only once
.tmp.c:2: error: for each function it appears in.)
.tmp.c:2: error: syntax error before 'r'
.tmp.c:2: error: 'regmatch_t' undeclared (first use in this function)
.tmp.c:2: warning: implicit declaration of function 'regcomp'
.tmp.c:2: error: 'r' undeclared (first use in this function)
.tmp.c:2: error: 'REG_EXTENDED' undeclared (first use in this function)
.tmp.c:2: error: 'REG_ICASE' undeclared (first use in this function)
.tmp.c: In function 'main':
.tmp.c:3: warning: unused variable 'm'
|