Zip Libraries.
has anyone used Zip libraries in evc 3.0
I am using the one which is present in dev-archive to zip my file.
http://www.dev-archive.com/cpp_mfc/czip.shtml
but it gives me an error.
saying that
TestView.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl CZip::CZip(char const *)" (__imp_??0CZip@@QAA@PBD@Z) referenced in function "protected: virtual void __cdecl CTestView::OnUpdate(class CView *,long,class
CObject *)" (?OnUpdate@CTestView@@MAAXPAVCView@@JPAVCObject@@@Z)
I have used the same application in my Vc++ project.
That doesnt give me an error.
Has anyone got some pointers over that.
I am tired of working with this.Wanna sort that out.
help me
Regards
Kandukondein

