<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>libopc Issue Tracker Rss Feed</title><link>http://libopc.codeplex.com/workitem/list/basic</link><description>libopc Issue Tracker Rss Description</description><item><title>Closed Task: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&amp;#160;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&amp;#160;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&amp;#160;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;</description><author>mfayez</author><pubDate>Thu, 16 May 2013 10:31:19 GMT</pubDate><guid isPermaLink="false">Closed Task: missing iOS build for build 0.0.2 [794] 20130516103119A</guid></item><item><title>Commented Feature: add Zip64 64bit support [165]</title><link>http://libopc.codeplex.com/workitem/165</link><description>Currently Zip64-based OPC container are not supported.&lt;br /&gt;Comments: ** Comment from web user: gemmell ** &lt;p&gt;Would be good to have.&lt;/p&gt;</description><author>gemmell</author><pubDate>Thu, 02 May 2013 00:49:41 GMT</pubDate><guid isPermaLink="false">Commented Feature: add Zip64 64bit support [165] 20130502124941A</guid></item><item><title>Commented Feature: add Zip64 64bit support [165]</title><link>http://libopc.codeplex.com/workitem/165</link><description>&amp;#60;p&amp;#62;Currently Zip64-based OPC container are not supported.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: harikoduru ** &lt;p&gt;We support this request as well.&lt;/p&gt;</description><author>harikoduru</author><pubDate>Thu, 24 Jan 2013 16:47:32 GMT</pubDate><guid isPermaLink="false">Commented Feature: add Zip64 64bit support [165] 20130124044732P</guid></item><item><title>Commented Feature: add Zip64 64bit support [165]</title><link>http://libopc.codeplex.com/workitem/165</link><description>&amp;#60;p&amp;#62;Currently Zip64-based OPC container are not supported.&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: rursem ** &lt;p&gt;When using OPC from a C++ environment with large files, 64 bit support is needed. In our field we plan to use OPC for reservoir descriptions, which can easily exceed the 32 bit limit.&lt;/p&gt;</description><author>rursem</author><pubDate>Fri, 18 Jan 2013 21:47:17 GMT</pubDate><guid isPermaLink="false">Commented Feature: add Zip64 64bit support [165] 20130118094717P</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: vitaly_v_ch ** &lt;p&gt;Some hint:&lt;/p&gt;&lt;p&gt;I add following lines to findItem():&lt;/p&gt;&lt;p&gt;     OPC_ASSERT(i==j); &lt;br&gt;     *pos=i;&lt;br&gt;+       {&lt;br&gt;+               for (i=0; i&amp;lt;items; i++)&lt;br&gt;+                       fprintf(stderr, &amp;quot;%s: key1='%s', ((opcContainerPart*)array_)[%u].name='%s'\n&amp;quot;, &lt;br&gt;+                                       __func__, key1, i, ((opcContainerPart*)array_)[i].name);&lt;br&gt;+       }&lt;br&gt;     return OPC_FALSE;&lt;/p&gt;&lt;p&gt;and get on stderr:&lt;/p&gt;&lt;p&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[0].name='docProps/app.xml'                                   &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[1].name='docProps/core.xml'                                  &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[2].name='xl/sharedStrings.xml'                               &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[3].name='xl/styles.xml'                                      &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[4].name='xl/workbook.xml'                                    &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[5].name='xl/worksheets/sheet1.xml'                           &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[6].name='xl/worksheets/sheet10.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[7].name='xl/worksheets/sheet11.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[8].name='xl/worksheets/sheet2.xml'                           &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[9].name='xl/worksheets/sheet3.xml'                           &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[10].name='xl/worksheets/sheet4.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[11].name='xl/worksheets/sheet5.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[12].name='xl/worksheets/sheet6.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[13].name='xl/worksheets/sheet7.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[14].name='xl/worksheets/sheet8.xml'                          &lt;br&gt;findItem: key1='_rels/.rels', ((opcContainerPart*)array_)[15].name='xl/worksheets/sheet9.xml'                          &lt;br&gt;Part /_rels/.rels does not exist.!                                                                                     &lt;/p&gt;&lt;p&gt;So '_rels/.rels' really does not exist in array_. It's by design or it's misbehavior of libopc?&lt;/p&gt;</description><author>vitaly_v_ch</author><pubDate>Tue, 08 Jan 2013 14:57:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20130108025734P</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: vitaly_v_ch ** &lt;p&gt;In my application all calls to libopc are made from same thread. So all calls are properly mutexed :)&lt;/p&gt;&lt;p&gt;-pthread is artefact from main application.&lt;/p&gt;&lt;p&gt;all sample code you can extract from attachment XlsxEditor.zip. My sample code is stripped down from main application except that artifact :).&lt;/p&gt;</description><author>vitaly_v_ch</author><pubDate>Sun, 23 Dec 2012 09:53:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121223095308A</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;-pthread  ?!&lt;/p&gt;&lt;p&gt;Looks like you are using threads... Are you sure you have all concurrent calls to libopc properly mutexed?&lt;br&gt;Can you provide some sample code?&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><author>flr</author><pubDate>Sat, 22 Dec 2012 09:56:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121222095658A</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: vitaly_v_ch ** &lt;p&gt;PS: there are at least two base documents with same behavior: one created by MS Excel and one created by Libre Office.&lt;/p&gt;</description><author>vitaly_v_ch</author><pubDate>Thu, 20 Dec 2012 10:53:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121220105309A</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: vitaly_v_ch ** &lt;p&gt;I compile my test application in following way:&lt;/p&gt;&lt;p&gt;$ gcc -o test \&lt;br&gt;                -g -Wall -Wextra -pthread -Wno-sign-compare -Wno-write-strings -Wno-deprecated -Wno-unused-parameter -Wno-unused-variable `xml2-config --cflags` -D_GNU_SOURCE  \&lt;br&gt;                test.c xlsx_editor.c \&lt;br&gt;                -lopc&lt;br&gt;$&lt;/p&gt;&lt;p&gt;and run:&lt;/p&gt;&lt;p&gt;$ ./test out.xlsx bEVM_9-LO.xlsx&lt;br&gt;Part /_rels/.rels does not exist.!&lt;br&gt;$&lt;/p&gt;</description><author>vitaly_v_ch</author><pubDate>Thu, 20 Dec 2012 10:49:47 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121220104947A</guid></item><item><title>Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;Thanks for reporting the issue.&lt;br&gt;Is it possible for you to attach the document in question?&lt;/p&gt;</description><author>flr</author><pubDate>Wed, 19 Dec 2012 21:27:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121219092706P</guid></item><item><title>Created Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074]</title><link>http://libopc.codeplex.com/workitem/1074</link><description>but unzip show &amp;#38;quot&amp;#59;_rels&amp;#47;.rels&amp;#38;quot&amp;#59; as archive member&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#36; unzip -v 210648_summary_0_avg.xlsx&lt;br /&gt;Archive&amp;#58;  210648_summary_0_avg.xlsx&lt;br /&gt; Length   Method    Size  Cmpr    Date    Time   CRC-32   Name&lt;br /&gt;--------  ------  ------- ---- ---------- ----- --------  ----&lt;br /&gt;     531  Defl&amp;#58;N      192  64&amp;#37; 1980-00-00 00&amp;#58;00 947bd5a8  _rels&amp;#47;.rels&lt;br /&gt;     702  Defl&amp;#58;N      359  49&amp;#37; 1980-00-00 00&amp;#58;00 9c87e49e  docProps&amp;#47;core.xml&lt;br /&gt;     267  Defl&amp;#58;N      163  39&amp;#37; 1980-00-00 00&amp;#58;00 8f99c3e9  docProps&amp;#47;app.xml&lt;br /&gt;...&lt;br /&gt;&amp;#36;&lt;br /&gt;</description><author>vitaly_v_ch</author><pubDate>Wed, 19 Dec 2012 19:31:07 GMT</pubDate><guid isPermaLink="false">Created Issue: At unidentified conditions libopc fail with "Part /_rels/.rels does not exist.!\n" message [1074] 20121219073107P</guid></item><item><title>Commented Issue: Small bug in _opcZipFileRead and _opcZipFileWrite functions [1055]</title><link>http://libopc.codeplex.com/workitem/1055</link><description>Hi, by locking at you code in zip.c file I discovered a small bug in _opcZipFileRead and _opcZipFileWrite functions. They will never report OPC_ERROR_STREAM. The code how it should look is in attachment. Hope it helps.&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;Hi!&lt;br&gt;Thanks a lot for the finding. I will add you patch to the next release.&lt;/p&gt;</description><author>flr</author><pubDate>Tue, 18 Dec 2012 23:44:07 GMT</pubDate><guid isPermaLink="false">Commented Issue: Small bug in _opcZipFileRead and _opcZipFileWrite functions [1055] 20121218114407P</guid></item><item><title>Created Issue: Small bug in _opcZipFileRead and _opcZipFileWrite functions [1055]</title><link>http://libopc.codeplex.com/workitem/1055</link><description>Hi, by locking at you code in zip.c file I discovered a small bug in _opcZipFileRead and _opcZipFileWrite functions. They will never report OPC_ERROR_STREAM. The code should look like this&amp;#58;&lt;br /&gt;&lt;br /&gt;static inline opc_uint32_t _opcZipFileRead&amp;#40;opcIO_t &amp;#42;io, opc_uint8_t &amp;#42;buf, opc_uint32_t buf_len&amp;#41; &amp;#123;&lt;br /&gt;    OPC_ASSERT&amp;#40;NULL&amp;#33;&amp;#61;io &amp;#38;amp&amp;#59;&amp;#38;amp&amp;#59; io-&amp;#38;gt&amp;#59;_ioread&amp;#33;&amp;#61;NULL &amp;#38;amp&amp;#59;&amp;#38;amp&amp;#59; NULL&amp;#33;&amp;#61;buf&amp;#41;&amp;#59;&lt;br /&gt;    opc_uint32_t ret&amp;#61;0&amp;#59;&lt;br /&gt;    if &amp;#40;OPC_ERROR_NONE&amp;#61;&amp;#61;io-&amp;#38;gt&amp;#59;state.err&amp;#41; &amp;#123;&lt;br /&gt;        int len&amp;#61;io-&amp;#38;gt&amp;#59;_ioread&amp;#40;io-&amp;#38;gt&amp;#59;iocontext, &amp;#40;char &amp;#42;&amp;#41;buf, buf_len&amp;#41;&amp;#59;&lt;br /&gt;        ret&amp;#61;&amp;#40;opc_uint32_t&amp;#41;len&amp;#59;&lt;br /&gt;           if &amp;#40;retstate.err&amp;#61;OPC_ERROR_STREAM&amp;#59;&lt;br /&gt;        &amp;#125; else &amp;#123;&lt;br /&gt;            io-&amp;#38;gt&amp;#59;state.buf_pos&amp;#43;&amp;#61;ret&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;    return ret&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;static inline opc_uint32_t _opcZipFileWrite&amp;#40;opcIO_t &amp;#42;io, const opc_uint8_t &amp;#42;buf, opc_uint32_t buf_len&amp;#41; &amp;#123;&lt;br /&gt;    OPC_ASSERT&amp;#40;NULL&amp;#33;&amp;#61;io &amp;#38;amp&amp;#59;&amp;#38;amp&amp;#59; io-&amp;#38;gt&amp;#59;_iowrite&amp;#33;&amp;#61;NULL &amp;#38;amp&amp;#59;&amp;#38;amp&amp;#59; NULL&amp;#33;&amp;#61;buf&amp;#41;&amp;#59;&lt;br /&gt;    opc_uint32_t ret&amp;#61;0&amp;#59;&lt;br /&gt;    if &amp;#40;OPC_ERROR_NONE&amp;#61;&amp;#61;io-&amp;#38;gt&amp;#59;state.err&amp;#41; &amp;#123;&lt;br /&gt;        int len&amp;#61;io-&amp;#38;gt&amp;#59;_iowrite&amp;#40;io-&amp;#38;gt&amp;#59;iocontext, &amp;#40;const char &amp;#42;&amp;#41;buf, buf_len&amp;#41;&amp;#59;&lt;br /&gt;        ret&amp;#61;&amp;#40;opc_uint32_t&amp;#41;len&amp;#59;&lt;br /&gt;        if &amp;#40;retstate.err&amp;#61;OPC_ERROR_STREAM&amp;#59;&lt;br /&gt;        &amp;#125; else &amp;#123;&lt;br /&gt;            io-&amp;#38;gt&amp;#59;state.buf_pos&amp;#43;&amp;#61;ret&amp;#59;&lt;br /&gt;            if &amp;#40;io-&amp;#38;gt&amp;#59;state.buf_pos&amp;#38;gt&amp;#59;io-&amp;#38;gt&amp;#59;file_size&amp;#41; io-&amp;#38;gt&amp;#59;file_size&amp;#61;io-&amp;#38;gt&amp;#59;state.buf_pos&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;    return ret&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;Hope it helps.&lt;br /&gt;</description><author>BorgRi</author><pubDate>Sat, 01 Dec 2012 16:53:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Small bug in _opcZipFileRead and _opcZipFileWrite functions [1055] 20121201045341P</guid></item><item><title>Created Issue: Create documentation for building with MinGW [1036]</title><link>http://libopc.codeplex.com/workitem/1036</link><description>There is no documentation for building with MinGW&amp;#47;GCC on Windows.&lt;br /&gt;&lt;br /&gt;The generate.py file also does not support &amp;#40;as far as I could search&amp;#41; CodeBlocks or other project files.&lt;br /&gt;</description><author>ComFreek</author><pubDate>Fri, 21 Sep 2012 17:46:24 GMT</pubDate><guid isPermaLink="false">Created Issue: Create documentation for building with MinGW [1036] 20120921054624P</guid></item><item><title>Commented Task: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;Comments: ** Comment from web user: mfayez ** &lt;p&gt;for the dylib it includes everything headers &amp;#43; static library, I used a zlib library that was like that. but I cannot figure out how to make one.&lt;/p&gt;&lt;p&gt;I found I good tutorial how to make one but you will have to release the header files &amp;#43; the static lib with it too. Which will be easier to integrate lipopc into xcode projects without changing project settings.&lt;/p&gt;&lt;p&gt;I will post it with in two or three days.&lt;/p&gt;&lt;p&gt;best regards,&lt;br /&gt;Mahmoud&lt;/p&gt;</description><author>mfayez</author><pubDate>Sat, 25 Feb 2012 11:32:30 GMT</pubDate><guid isPermaLink="false">Commented Task: missing iOS build for build 0.0.2 [794] 20120225113230A</guid></item><item><title>Commented Task: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;Hi Mahmoud,&lt;/p&gt;&lt;p&gt;Thanks for the testing&amp;#33;&lt;/p&gt;&lt;p&gt;When you say &amp;#34;dlib&amp;#34;, do you mean a &amp;#34;shared library&amp;#34; or a &amp;#34;framework bundle&amp;#34; which includes a static lib&amp;#63;&lt;/p&gt;&lt;p&gt;Anyway, &lt;br /&gt;let me know when there is something to test...&lt;/p&gt;&lt;p&gt;Florian&lt;br /&gt;&lt;/p&gt;</description><author>flr</author><pubDate>Wed, 22 Feb 2012 09:03:24 GMT</pubDate><guid isPermaLink="false">Commented Task: missing iOS build for build 0.0.2 [794] 20120222090324A</guid></item><item><title>Commented Task: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;Comments: ** Comment from web user: mfayez ** &lt;p&gt;Hi Florian,&lt;/p&gt;&lt;p&gt;I tested the 0.0.3 and it is working just fine, I am planing to fetch the code and make dlib for iPhone programmers to make it even easier to integrate your lib without the need to change any project settings.&lt;/p&gt;&lt;p&gt;I will work on XCode project to be included into your source code which will be used to generate the lib so you can do it each release.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Mahmoud&lt;/p&gt;</description><author>mfayez</author><pubDate>Tue, 21 Feb 2012 10:57:14 GMT</pubDate><guid isPermaLink="false">Commented Task: missing iOS build for build 0.0.2 [794] 20120221105714A</guid></item><item><title>Commented Issue: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;Hi Mahmoud,&lt;/p&gt;&lt;p&gt;I uploaded the builds for release 0.0.3. The release is still in &amp;#34;planned&amp;#34; mode. You can find it here&amp;#58; http&amp;#58;&amp;#47;&amp;#47;libopc.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;70014.&lt;/p&gt;&lt;p&gt;Can you give it a try&amp;#63;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Florian&lt;br /&gt;&lt;/p&gt;</description><author>flr</author><pubDate>Mon, 20 Feb 2012 12:12:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: missing iOS build for build 0.0.2 [794] 20120220121220P</guid></item><item><title>Commented Issue: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;Comments: ** Comment from web user: flr ** &lt;p&gt;Hi Mahmoud,&lt;/p&gt;&lt;p&gt;thanks for reminding me. Release 0.0.3 is overdue.&lt;br /&gt;I try to get it released over the weekend.&lt;/p&gt;&lt;p&gt;Thx, &lt;/p&gt;&lt;p&gt;Florian&lt;br /&gt;&lt;/p&gt;</description><author>flr</author><pubDate>Sat, 18 Feb 2012 15:09:42 GMT</pubDate><guid isPermaLink="false">Commented Issue: missing iOS build for build 0.0.2 [794] 20120218030942P</guid></item><item><title>Created Issue: missing iOS build for build 0.0.2 [794]</title><link>http://libopc.codeplex.com/workitem/794</link><description>the iOS video tutorial in the documentation section is using version 0.0.1 which is wrong as this version does not have mceTextReader_t data type.&lt;br /&gt;&lt;br /&gt;please make a new build for iOS for version 0.0.2&lt;br /&gt;&lt;br /&gt;I got the code and I am trying to make the build myself, if it worked fine please allow me to upload it.&lt;br /&gt;&lt;br /&gt;best regards,&lt;br /&gt;Mahmoud Fayez&lt;br /&gt;</description><author>mfayez</author><pubDate>Sat, 18 Feb 2012 11:31:22 GMT</pubDate><guid isPermaLink="false">Created Issue: missing iOS build for build 0.0.2 [794] 20120218113122A</guid></item></channel></rss>