[reSIProcate] Creating app in visual studio .net
Hello.
I am getting started using reSIProcate, in visual studio .net.
I have successfully built resiprocate.lib from the source.
In my application code, I have that directory set in the library
path, and the linker is set to use that .lib
I have the necessary headers included, and "using namespace resip;"
so there are no compilation errors. However, during linking, I get
a large number of "unresolved external symbol" errors--many of which are
standard calls such as gethostbyname.
Can someone suggest what I'm doing wrong?
Thanks.