2009/4/6 Athar Shiraz Siddiqui <atharshiraz at gmail.com> > Hi Benny, > > I would like to write my own SIP stack in C which merely registers/ > makes call and answers calls. Does anyone know of a tutorial out > there? > > For starters I am having difficulty compiling PJSIP under windows. > > I downloaded and installed MS directX sdk (v 9) > > http://www.microsoft.com/downloads/thankyou.aspx?familyId=24a541d6-0486-4453-8641-1eee9e21b282&displayLang=en&hash=xX4VNopFg2gq9m5jl1RifTZDJQbVy8ub9DmcInKFAC9Fw365pvJ1Z2afQRK0BaxAnwaoCKj1CFEzDXcNabk%2b5Q%3d%3d > > Then I included it in Project->Properties->C/C++->General->Additional > Include Directories > and in Tools->Options->VC++ Directories->Inlcude Files > I get the following errors : > > Error 1 error C2065: '_JBLEN' : undeclared identifier c:\program > files\microsoft visual studio > 9.0\smartdevices\sdk\pocketpc2003\include\stdlib.h 1040 pjsip_core > Error 2 error C2057: expected constant expression c:\program > files\microsoft visual studio > 9.0\smartdevices\sdk\pocketpc2003\include\stdlib.h 1040 pjsip_core > Hi Athar, from what I see, that looks like problems with your SDK installation, and it still haven't got anything to do with pjsip. One thing that seem peculiar, you're compiling for PPC 2003 target, which AFAIK does not support DirectSound. cheers Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090407/f68381ea/attachment.html>