Hi,<br><br>I&#39;m currently using a very old version (0.1.x) on Windows without any problems. But I&#39;d like to use some features from the latest version (0.3.7) and have some problems compiling it with Visual Studio 10. I&#39;m using the cmake branch from <a href="http://git.collabora.co.uk/git/user/andrunko/telepathy-qt4.git">git.collabora.co.uk/git/user/andrunko/telepathy-qt4.git</a> and get the following compile error:<br>
<br>1&gt;..\..\TelepathyQt4\outgoing-file-transfer-channel.cpp(204): error C2440: &#39;default argument&#39; : cannot convert from &#39;T *&#39; to &#39;Tp::SocketAddressIPv4 *&#39;<br>1&gt;          Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast<br>
<br>reffering to this code:<br><br>203: PendingVariant *pv = qobject_cast&lt;PendingVariant *&gt;(op);<br>204: mPriv-&gt;addr = qdbus_cast&lt;SocketAddressIPv4&gt;(pv-&gt;result());<br>205: debug().nospace() &lt;&lt; &quot;Got address &quot; &lt;&lt; mPriv-&gt;addr.address &lt;&lt;<br>
206:      &quot;:&quot; &lt;&lt; mPriv-&gt;addr.port;<br><br>Unfortunately I&#39;m not very experienced in development with Visual Studio nor Windows programming in general. Does somebody know how to fix this error or work around? This code compiles fine using gcc on Linux both the cmake branch and the original autotools based version.<br>
<br>Thanks<br>Marco<br>