For some reason I don't have an option to add *.lib to a win32 console application:
Reference-> Add Reference I followed this guide until the "Add reference" part: https://msdn.microsoft.com/en-us/library/ms235636.aspx
Note that in a C# console application the "Browse" option is available.
- What could be the reason for the disappearance of the "Browse" option?
- What are the right steps for adding a static library in case of a win32 console application? Should I copy the *.lib file to application folder?
Thank you