hi guys,
i m new to vc++ and i have a task assigned to use the lzo algorithm in my project so i downloaded its full source code of version 1.08 from the http://www.oberhumer.com/opensource/lzo
now when i m opening its sample.c file (which is a example file in the example directiory) in vc++ in a new project and including all header files and sub header files in my project then i m getting linker error i found out some solution of it fromt the code where i have to first make a lib file of the code so i created a lib file with the batch file which was given in the source code then in included the lib file to my project but now it is saying that documents.obj not found as a linker error.....
in fact no such file is downloaded in this pack....
so plz anyone can do me a favour to make this source code a vc++ simple working project so i can use it in my projcet i m in great need and your help will be much appreciated.....
thanking you in advance....