I remember looking around for libpcre. I think you may not have followed instructions to the letter given on:
http://sipx-wiki.calivia.com/index.php/SipXtapi_and_sipXezPhone_Build_Environment_for_Windows sipXtapid.dll is the output library for sipX (at least in the version of sipxtapi I got few months back). It is output at the top level directory (and not in the debug or release folders). For reference you can look at the settings of the sipXezphone and how it picks up sipxtapid.dll. On 5/11/07, Jaroslav Libák <[EMAIL PROTECTED]> wrote:
> 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/
_______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
