is there a library or a dll that allows me to unarj files?
because now i'm using the arj.exe and i dont want a 3rd party exe to do that
i want to do it within my vb6 app
thanx for your help
Printable View
is there a library or a dll that allows me to unarj files?
because now i'm using the arj.exe and i dont want a 3rd party exe to do that
i want to do it within my vb6 app
thanx for your help
What is unarj?
I tried to Google it and found next to nothing that I could understand.
arj is similar zip,
unarjing means extracting an arj file
The only Dlls that I know of that deal with zip files are files for WinZip. Even these were made by individuals, not Microsoft.
According to the FAQ:In the downloads page they apparently offer C source code for UNARJ.EXE, which I imagine can be incorporated into your application with a little elbow grease.Quote:
Do you provide source code or libraries or DLLs for incorporation into our applications?
No, we do not. We do, however, provide free extraction source code in UNARJ. For application use, we provide only the ARJ executable program.