<div dir="ltr">Hi<div><br></div><div>We are working on enhancing the support for mobile, and iOS in particular, basing our work on the experimental iOS app, and enhancing it, and we noticed that the iOS app fails to open docx files (we have overriden the test1.odt file with our own test1.docx file for this). when the app loads, the screen remains black.</div>

<div><br></div><div style>We compiled the app using the autogen settings</div><div style><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">.</span><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">/autogen.</span><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">sh --build=</span><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">i386-apple-darwin10.</span><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">7.0 --host=</span><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">arm-apple-darwin10</span><br>

</div><div style><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)"><br></span></div><div style><span style="font-family:arial,sans-serif;font-size:13px;line-height:15px;text-align:left;white-space:pre-wrap;background-color:rgb(255,255,204)">(as you can see, we disabled debug)</span></div>

<div><div><br></div><div style>Testing and seeing that the Android app successfully opens docx file, we tried to include the external libraries the Android app includes, which exist in the iOS app (i.e some of theses libs do not exist after compiling for iOS).</div>

<div style><br></div><div style>It did not help. Docx files failed to open as before.</div><div style><br></div><div style><br></div><div style>So, what are we doing wrong?</div><div style>What should we do to make the iOS app open docx files?</div>

<div style><br></div><div style><br></div><div style>Thank you very much in advance</div><div style><br></div><div style><br></div><div style>Ptyl</div><div style><br></div><div style><br></div><div style>Note:</div><div style>

here are the libs includes we added from the Android app compilation:</div><div style><p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libcuilo.a"</span>, cui_component_getFactory },</p>


<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)">     { <span style="color:rgb(232,35,0)">"libchartcorelo.a"</span>, chartcore_component_getFactory },<br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)">     { <span style="color:rgb(232,35,0)">"libembobj.a"</span>, embobj_component_getFactory },<br></p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px">     { <span style="color:rgb(232,35,0)">"libemboleobj.a"</span>, emboleobj_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libexpwraplo.a"</span>, expwrap_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libfastsaxlo.a"</span>, fastsax_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libfilterconfiglo.a"</span>, filterconfig1_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)"> </span>    { <span style="color:rgb(232,35,0)">"libsotlo.a"</span>, sot_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libsvxcorelo.a"</span>, svxcore_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libspllo.a"</span>, spl_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px">    <span style="color:rgb(207,135,36)"> </span><span style="color:rgb(207,135,36)">{ </span><span style="color:rgb(232,35,0)">"libtklo.a"</span><span style="color:rgb(207,135,36)">, tk_component_getFactory },</span></p>


<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libucppkg1.a"</span>, ucppkg1_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)"> </span>    { <span style="color:rgb(232,35,0)">"libwpftdrawlo.a"</span>, wpftdraw_component_getFactory },</p>


<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libwpftwriterlo.a"</span>, wpftwriter_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo">     { <span style="color:rgb(232,35,0)">"libwriterfilterlo.a"</span>, writerfilter_component_getFactory },</p>
<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px">        </p></div><div style>here are the libs included in Android app compilation, and missing from iOS compilation:</div><div><br></div><div><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)">

<span style="color:rgb(0,0,0)">       </span>{ "libbasprovlo.a", basprov_component_getFactory },</p></div><div><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)">      </span> { "libvbaswobjlo.a", vbaswobj_component_getFactory },</p>

<p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)">       </span>{ "libvbaeventslo.a", vbaevents_component_getFactory },</p></div><div><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)">

<span style="color:rgb(0,0,0)">    </span>   { "libstringresourcelo.a", stringresource_component_getFactory },</p></div><div><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)">       </span>{ "libprotocolhandlerlo.a", protocolhandler_component_getFactory },</p>

<p style="margin:0px;font-size:11px;font-family:Menlo;min-height:13px"><span style="color:rgb(0,0,0)">      </span><span style="color:rgb(207,135,36)"> </span><span style="color:rgb(207,135,36)">{ "libsblo.a", sb_component_getFactory },</span><br>

</p><p style="margin:0px;font-size:11px;font-family:Menlo;color:rgb(207,135,36)"><span style="color:rgb(0,0,0)">     </span>  { "libscriptframe.a", scriptframe_component_getFactory },</p><p style="margin:0px;font-size:11px;font-family:Menlo">

<span style="color:rgb(0,0,0)">       </span><span style="color:rgb(207,135,36)">{ "libdlgprovlo.a", dlgprov_component_getFactory },</span>   </p></div>-- <br><div dir="ltr"><br>
        <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                        <tr>
                                <td style="width:51pt;padding:0.75pt" width="68">
                                         </td>
                                <td style="width:207pt;padding:0.75pt" width="276">
                                        <p style="margin:0in 0.4pt 0.0001pt">
                                                 </p>
                                </td>
                        </tr>
                </tbody>
        </table>
</div>
<br>
</div></div>