<div dir="ltr">hello,<div><br></div><div>I need to comunicate with a device with SIP protocol and audio and video streaming full duplex via RTP protocol.</div><div><br></div><div>I have compiled live555 with NMake following the instructions.</div><div><br></div><div>Now I would like to use those library in a qt project. Before doing that I tryed to compile playSIP tutorial with QTcreator.</div><div><br></div><div>I have linked all libraries this way without success:</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px">unix|win32:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">LIBS</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>-L"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/liveMedia/"<span style="color:rgb(192,192,192)"> </span>-llibliveMedia</pre>
<pre style="margin-top:0px;margin-bottom:0px">unix|win32:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">LIBS</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>-L"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/groupsock/"<span style="color:rgb(192,192,192)"> </span>-llibgroupsock</pre>
<pre style="margin-top:0px;margin-bottom:0px">unix|win32:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">LIBS</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>-L"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/BasicUsageEnvironment/"<span style="color:rgb(192,192,192)"> </span>-llibBasicUsageEnvironment</pre>
<pre style="margin-top:0px;margin-bottom:0px">unix|win32:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(128,0,128)">LIBS</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>-L"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/UsageEnvironment/"<span style="color:rgb(192,192,192)"> </span>-llibUsageEnvironment</pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">INCLUDEPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/liveMedia/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">DEPENDPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/liveMedia/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">INCLUDEPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/BasicUsageEnvironment/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">DEPENDPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/BasicUsageEnvironment/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">INCLUDEPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/groupsock/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">DEPENDPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/groupsock/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><br></pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">INCLUDEPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/UsageEnvironment/<span style="color:rgb(128,128,0)">include</span>"</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(128,0,128)">DEPENDPATH</span><span style="color:rgb(192,192,192)"> </span>+=<span style="color:rgb(192,192,192)"> </span>"$$<span style="color:rgb(128,0,128)">PWD</span>/../../Downloads/live/UsageEnvironment/<span style="color:rgb(128,128,0)">include</span>"</pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px">I get "<span style="color:rgb(0,0,0);font-family:arial">error LNK2019" and "</span><span style="color:rgb(0,0,0);font-family:arial">LNK2001" if I compile the program with qtcreator with VS compiler.</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial">I get "undefined reference to SIPClient::createNew ..." if I compile the program with qtcreator with Mingw Compiler</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial">do you have any suggestion please?</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial"><br></span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial">thanks</span></pre><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(0,0,0);font-family:arial">Marco</span></pre></div></div>