<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Jun 2017 17:15:59 Z</lastBuildDate><pubDate>31 May 2017 17:11:42 Z</pubDate><description>Hi,&#13;
&#13;
I have been sent a file, "drawings.wdz". I am not a software developer. I could not find any standalone program online to extract the compressed archive. I downloaded the express version of WinDev and ran the following code with no luck.&#13;
&#13;
[code:wl]&#13;
&#13;
ResOpenArchive is int&#13;
ResExtractAll is int&#13;
&#13;
// Open an archive&#13;
ResOpenArchive = zipOpen("Archive", "E:\Archives\drawings.wdz")&#13;
&#13;
IF ResOpenArchive = 0 THEN&#13;
        // Extract all the files from the archive&#13;
        ResExtractAll = zipExtractAll("Archive","E:\Extracted",zipDirectory)&#13;
ELSE ResOpenArchive &lt;&gt; 0 THEN&#13;
        Error(zipMsgError(ResOpenArchive))&#13;
END&#13;
[/code]&#13;
&#13;
Could someone please let me know where I am going wrong?</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file/read.awp</link><title>How to decompress/ extract a .wdz file???</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>B</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61108/read.awp</comments><pubDate>2 Jun 2017 17:15:59 Z</pubDate><description>Thanks Fabrice, the "WD Zip" example found in the WinDev software worked perfectly.&#13;
&#13;
Thanks for the code and explaination, Nor…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61108/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61108/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file/read.awp">How to decompress/ extract a .wdz file???</source><title>Re: How to decompress/ extract a .wdz file???</title></item><item><author>Attlebax</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61096/read.awp</comments><pubDate>2 Jun 2017 15:01:15 Z</pubDate><description>The WDZIP tool cannot be distributed on its own due to software licensing restrictions.&#13;
&#13;
Res is int&#13;
ZipErrNum is int&#13;
ZipErrN…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61096/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61096/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file/read.awp">How to decompress/ extract a .wdz file???</source><title>Re: How to decompress/ extract a .wdz file???</title></item><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61069/read.awp</comments><pubDate>31 May 2017 18:23:57 Z</pubDate><description>I already answered to your previous message...&#13;
&#13;
Le 5/31/2017 à 9:11 AM, B a écrit :&#13;
&gt; Hi,&#13;
&gt; &#13;
&gt; I have been sent a file, "dr…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61069/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file-61069/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61067-how-decompress-extract-wdz-file/read.awp">How to decompress/ extract a .wdz file???</source><title>Re: How to decompress/ extract a .wdz file???</title></item></channel></rss>
