> Hello, > >I am new to sipXtapi. I just downloaded the sipXtapi and the wrapper for .net. >I have some questions, i hope somebody can help me: > >1) I tried to compile the sipXtapi with Visual Studio 8. I got the following >error: >Error 1083 fatal error LNK1181: cannot open input file 'libpcre.a' sipXtapi > >There is no libpcre.a file on my computer (I installed pcre). So I changed the >linker input from "libpcre.a" to "libpcre.dll.a". Now I got no >error (just a >lot of warnings). Is this the right solution? Does my change have effects in >executing sipXtapi. Did you use the VS2005 solution or the VS2003 solution? If you don't have libpcre.a, then you should link with libpcre.lib or pcre.lib, certainly not with a dll ! In pcre development version, you can find the header files and also the lib file.
>2) After i tried to compile the sipXtapi, i tried to run DotNetPlaceCall. For >that i use the compiled version of sipXtapid.dll which i also >have >downloaded. Now I get a runtime error when the program wants to set the >LogFile property: It can't find the sipxtapid.dll . Put it somewhere to the PATH, to the same directory where exe is located or add the path to sipxtapid.dll to PATH. Jaro _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
