0

In my project i need location of Windows tablet. I develop my project in Windows7 with VisualStudio2013 and my target platform is Windows8.1. I both installed Windows7SDK and Windows8.1SDK.

In order to get my geographic location i tried to use Windows locationapi.lib.

when i call the following function:

if (SUCCEEDED(spLoc.CoCreateInstance(CLSID_Location)))
{
}

this function is not succeeded both development environment and the target environment. so i cant continue into if statement.

do you have any idea if i should do something before calling this CoCreateInstance method?

PS:

if you know an easier way to get location with this platform or any sample code it would be helpful.

JasonMArcher
  • 14,195
  • 22
  • 56
  • 52
ufukgun
  • 6,889
  • 8
  • 33
  • 55

0 Answers0