How to link static library .lib to executable program?
Documentation tells about VS2008 and 2010 only.
When I place my .lib file into folder with source files and include it into project compiler gives an error:
error #7002: Error in opening the compiled module file. Check INCLUDE paths. [FMZM]
FMZM - name of module in library I want to use.