I'm using the third party library that uses the Ole32.lib. So linking Ole32.lib will resolves my issue. I found that Ole32.lib was already installed below locations in my PC.
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib\x64
C:\Program Files (x86)\Windows Kits\8.0\Lib\Win8\um\x64
C:\Program Files (x86)\Windows Kits\10\Lib\10.0.15063.0\um\x64
Here are my queries regarding these paths?
- How Microsoft SDKs and Windows Kits paths are created in my PC. Does installing Visual Studio 2017 will generate these paths and Ole32.lib?
- What is meant by Microsoft SDKs and Windows Kits.
- What are these different versions(8.0/8.1/10) in Windows Kits.
--Thanks in advance