<br><br><div><span class="gmail_quote">On 1/12/06, <b class="gmail_sendername">Till Adam</b> &lt;<a href="mailto:adam@kde.org">adam@kde.org</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thursday 12 January 2006 07:04, Aditya Mooley wrote:<br>&gt; On 1/11/06, Till Adam &lt;<a href="mailto:adam@kde.org">adam@kde.org</a>&gt; wrote:<br>&gt; &gt; On Wednesday 11 January 2006 13:37, Pradeepto Bhattacharya wrote:
<br><br>&gt; Here's what I am trying to do:<br>&gt;<br>&gt; QByteArray array;<br>&gt; QBuffer buffer(array);<br>&gt; QTextStream textStream(&amp;buffer);<br>&gt; textStream.setEncoding(QTextStream::UnicodeUTF8);<br>&gt; textStream &lt;&lt; dd &lt;&lt; boundary &lt;&lt; crlf;
<br>&gt; ......<br>&gt; buffer.close();<br>&gt; KIO::TransferJob *job = KIO::http_post(url, array, false);<br>&gt; job-&gt;addMetaData(&quot;content-type&quot;, &quot;Content-Type: multipart/form-data;<br>&gt; boundary=&quot; + boundary);
<br>&gt;<br>&gt; I have include kio/job.h to get the KIO namespace.<br>&gt; But I am getting following warning:<br>&gt;<br>&gt; undefined reference to `KIO::http_post(KURL const&amp;, QMemArray&lt;char&gt; const&amp;,<br>
&gt; bool)'<br>&gt; undefined reference to `KIO::Job::addMetaData(QString const&amp;, QString<br>&gt; const&amp;)'<br>&gt;<br>&gt; The second argument required for http_post should be of type QByteArray and<br>&gt; my variable array is of that type but still it is considered as an object
<br>&gt; of QMemArray.<br><br>QByteArray in Qt3 is simply QMemArray&lt;char&gt; so that's fine. This is compile<br>time, not link time? Can you post the full error for the first one, please?</blockquote><div><br>
True :) it was a linking error. I&nbsp; had not added -lkio while linking.&nbsp; Pradeepto helped me on that one via IRC.<br>
<br>
Regards, <br>
</div><br></div><br>-- <br>Aditya Mooley<br>=============================================================<br>PHP Applications for E-Biz: <a href="http://www.sanisoft.com">http://www.sanisoft.com</a><br>Coppermine Picture Gallery: 
<a href="http://coppermine.sf.net">http://coppermine.sf.net</a><br>=============================================================