Question
Thread display: Collapse - |
All Answers
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
use c# lines of code in visual c express edition
using ICSharpCode.SharpZipLib.Zip;
FastZip fz = new FastZi();
fz.ExtractZip(filename,system_dir,"");
//what it does it unzips a zip file to a directory.
can anyone tell me what should I do to my vc++ properties so that it compiles and builds with c-sharp line of code.
Thank you, in advance.