i am Working on MS VISTA ...here i include windows.h also....
INT vint = NULL;
vint = LZOpenFile(lpFileName,lpReOpenBuf,wStyle);
when i compile my program ,error like, fatal error LNK2019: unresolved external symbol _LZOpenFileW@12 referenced in function "int_stdcall LZOpenFile(wchar_t *,struct _OFSTRUCT *,unsigned short)" (?LZOpenFile@@YGHPA_WPAU_OFSTRUCT@@G@Z)
fatal error LNK1120: 1 unresolved externals
help me to resolve this problem ..Thanks in Advance....