From: Stefano F. <ste...@gm...> - 2006-01-03 08:59:37
|
2006/1/2, taylor luo <tay...@ho...>: > > I still have problem.I try to build UdpSendRecv.vcproj.And I download all > the packages,such as speex-1.1.4,srtp-1.0.6,portaudio_v18_1 and sdl 1.2.9 > .But I build with below error. > //----------------------- > building ... > rtpw.c > \iaxclientbytipic\srtp-1.0.6\include\integers.h(96) : fatal error C1083: > can't open or include files:"netinet/in.h": No such file or directory > > //----------------------- > How can I do? Please do not use the UdpSendRecv and UdpSendRecvDll projects, but make a new project using testcall_13092005.c and the iaxclient library. The srtp and "friends" dependencies in UdpSendRecvDll project are only required by the project for "historical reasons" but never used in the sample codes. -- Cheers, Stefano |