Hello all, I am trying to build pjproject-1.4.5.tar.bz2 under Windows XP. I am getting compilation error as some directives not found. They are as follows ..\src\pjsua\main.c(47) : error C2065: 'CTRL_C_EVENT' : undeclared identifier ..\src\pjsua\main.c(47) : error C2051: case expression not constant ..\src\pjsua\main.c(48) : error C2065: 'CTRL_CLOSE_EVENT' : undeclared identifier ..\src\pjsua\main.c(48) : error C2051: case expression not constant ..\src\pjsua\main.c(49) : error C2065: 'CTRL_BREAK_EVENT' : undeclared identifier ..\src\pjsua\main.c(49) : error C2051: case expression not constant ..\src\pjsua\main.c(50) : error C2065: 'CTRL_LOGOFF_EVENT' : undeclared identifier ..\src\pjsua\main.c(50) : error C2051: case expression not constant ..\src\pjsua\main.c(51) : error C2065: 'CTRL_SHUTDOWN_EVENT' : undeclared identifier ..\src\pjsua\main.c(51) : error C2051: case expression not constant I am using Visual Studio 2008 Thanks for any help -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20091024/ed931f38/attachment.html>