<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    I realized that my last reply might sounded like problem is
    resolved. This is not the case.<br>
    <br>
    My problem remains the same, as soon as there is a call to
    QNetworkAccessManager (which is linking since there is no
    compilation error), vlc ui fails to load with the following log<br>
    <br>
    <pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;">./vlc[0x19c9388] main libvlc: Running app with the default interface.
[0x1f82988] main interface error: corrupt module:
/VLC/vlc-2.0.4/modules/gui/qt4/.libs/libqt4_plugin.so[0x2586748] main
generic error: corrupt module:
/VLC/vlc-2.0.4/modules/gui/qt4/.libs/libqt4_plugin.so[0x1f82988]
skins2 interface error: no suitable dialogs provider found (hint:
compile the qt4 plugin, and make sure it is loaded
properly)[0x1f82988] skins2 interface error: cannot instantiate qt4
dialogs provider[0x1f82988] [cli] lua interface: Listening on host
"*console".</pre>
    Any directions that could help me sort it out.<br>
    <br>
    <div class="moz-cite-prefix">On 12/10/2012 5:50 PM, fayyaz lodhi
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAEePYAW1Ror=kKxQvn3ewT4_ngb=BiZFiJ3Xtdqv8Q58mqgU7w@mail.gmail.com"
      type="cite">
      <p>Thank you. QtNetwork is the component and I did add that in the
        qt make file for both the include and the linker. Without that
        it was a compilation error. </p>
      <div class="gmail_quote">On Dec 10, 2012 5:29 PM, "Rémi
        Denis-Courmont" <<a moz-do-not-send="true"
          href="mailto:remi@remlab.net">remi@remlab.net</a>> wrote:<br
          type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          On Mon, 10 Dec 2012 16:59:40 +0500, fayyaz lodhi <<a
            moz-do-not-send="true" href="mailto:fayyazkl@gmail.com">fayyazkl@gmail.com</a>><br>
          wrote:<br>
          > a. Is their any thing special regarding
          QNetworkAccessManager usage<br>
          > scenarios i.e. it should be created globally or
          something. I went<br>
          through<br>
          > its documentation. But didn't find any thing.<br>
          <br>
          Given the failure to load the shared object, I guess that<br>
          QNetworkAccessManager is in a separate Qt4 library/module than
          QtCore or<br>
          QtGui. You need to link the VLC Qt4 plugin with that missing
          library.<br>
          <br>
          --<br>
          Rémi Denis-Courmont<br>
          Sent from my collocated server<br>
          _______________________________________________<br>
          vlc-devel mailing list<br>
          To unsubscribe or modify your subscription options:<br>
          <a moz-do-not-send="true"
            href="http://mailman.videolan.org/listinfo/vlc-devel"
            target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>