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.
 
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:
 
File: SipxConfig.vb
Property: LogFile()
Line (82): MySipxResult = SipxConfigSetLogFile(value)
 
Error message:

An unhandled exception of type 'System.DllNotFoundException' occurred in 
SipXTapiDotNet.dll

Additional information: Unable to load DLL 'sipXtapid.dll': Invalid access to 
memory location. (Exception from HRESULT: 0x800703E6)

What is wrong. What can I do to run the example?
 
Thank you,
Markus

_______________________________________________
sipxtapi-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/

Reply via email to