[reSIProcate] Hello everyone
I'm a newbie. The problem I encountered may be very stupid...
I've recently been trying to get some test files (resip/dum/test/basicRegister.cxx) successfully built.
I'm using Visual Studio Express.
The library files
resiprocate.lib, dum.lib and rutil.lib were added to VC++ directories and c:/resiprocate-1.1 was added to include files as well.
But I keep getting this error:
1>Compiling...
1>basicRegister.cxx
1>c:\resiprocate-1.1\rutil\compat.hxx(15) : fatal error C1083: Cannot open include file: 'netdb.h': No such file or directory
I wonder what settings can get those test files suscessfully built or if I should get other external libraries.
Thank you guys in advance! I will really appreciate your help.