1,
Никто не знает какой хеадер подключить для работы с ф-имя
ProcAlloc()
RunProc()
ProcAllocClean()
#include <process.h> почему то не подключается к программе
2,
#include <semaphore.h> данный хеадер нормально подключается вот только при объявлении указателя и ф-ий для работы с семафором
Semaphore *pSem = NULL;
int initialState = 0;
pSem = SemAlloc(initialState);
SemFree(pSem);
компилятор выдает сообщение типа
sajan@sajan-desktop:~/soft$ gcc ntfs.c
ntfs.c:21: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
ntfs.c: In function ‘main’:
ntfs.c:37: error: ‘pSem’ undeclared (first use in this function)
ntfs.c:37: error: (Each undeclared identifier is reported only once
ntfs.c:37: error: for each function it appears in.)
В чем загвостка в этих проблемах не подскажите? Работаю с компилятором gcc