Hi I have been struggling for a while to figure out on where to find the 7Zip dll. Everyone talks about 7zip dll but I am not able to find out if it is already available for download or we should build it!! I have downloaded the LZMA SDK and also tried building it from path "CPP\7zip\UI\Client7z". I ended up with link errors as shown below. I am using VC6.0 to build the file. Can someone please guide me. FAQ / Google search didn't help. I have used zlib earlier and it was pretty straight forward.
Linking...
FileStreams.obj : error LNK2001: unresolved external symbol _IID_IStreamGetSize
Client7z.obj : error LNK2001: unresolved external symbol _IID_IStreamGetSize
FileStreams.obj : error LNK2001: unresolved external symbol _IID_IInStream
Client7z.obj : error LNK2001: unresolved external symbol _IID_IInStream
Client7z.obj : error LNK2001: unresolved external symbol _IID_IOutStream
Client7z.obj : error LNK2001: unresolved external symbol _IID_IInArchive
Client7z.obj : error LNK2001: unresolved external symbol _CLSID_CFormat7z
Client7z.obj : error LNK2001: unresolved external symbol _IID_IOutArchive
Client7z.obj : error LNK2001: unresolved external symbol _IID_ICryptoGetTextPassword
Client7z.obj : error LNK2001: unresolved external symbol _IID_ICryptoGetTextPassword2
Client7z.obj : error LNK2001: unresolved external symbol _IID_IArchiveUpdateCallback2