<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>31 May 2017 13:09:27 Z</lastBuildDate><pubDate>30 May 2017 23:22:40 Z</pubDate><description>Hi guys,&#13;
&#13;
I was sent a .wdz file which I need to extract. There doesnt seem to be any standalone programs that will do this. I have downloaded the WinDev development software and have attempted to extract the file with little luck.&#13;
&#13;
[code:wl]&#13;
// Declare and initialize the variables&#13;
ResOpenArchive is int&#13;
ResExtractAll is int&#13;
&#13;
// Open an archive&#13;
ResOpenArchive = zipOpen("MyArchive", "E:\Archives\Project.wdz")&#13;
// Display an error message if the archive was not opened&#13;
&#13;
IF ResOpenArchive = 0 THEN&#13;
	...&#13;
	// Extract all the files from the archive&#13;
	ResExtractAll = zipExtractAll("MyArchive","E:\Destination")&#13;
	...&#13;
END&#13;
&#13;
IF ResOpenArchive &lt;&gt; 0 THEN&#13;
	Error(zipMsgError(ResOpenArchive))&#13;
END&#13;
&#13;
[/code]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61054-extract-wdz-file/read.awp</link><title>Extract .wdz file</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>fromweb</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61054-extract-wdz-file-61058/read.awp</comments><pubDate>31 May 2017 13:09:27 Z</pubDate><description>Hi Johan,&#13;
&#13;
windev comes with a lot of examples, and one of them does what you need. &#13;
It is called WD Zip:&#13;
&#13;
Example: WD Zip&#13;…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61054-extract-wdz-file-61058/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61054-extract-wdz-file-61058/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/61054-extract-wdz-file/read.awp">Extract .wdz file</source><title>Re: Extract .wdz file</title></item></channel></rss>
