Anybody knows how to convert this to Delphi - https://www.zabkat.com/blog/winrt-win32-store-registration.htm? It's a c++ program, which calls Windows store API to check if program is active/trial, etc. (https://docs.microsoft.com/en-us/uwp/api/windows.services.store.storeapplicense). I was able to compile it in Visual C++, but don't have a clue how to convert that code in Delphi.
Anybody knows how to convert this to Delphi - https://www.zabkat.com/blog/winrt-win32-store-registration.htm? It's a c++ program, which calls Windows store API to check if program is active/trial, etc. (https://docs.microsoft.com/en-us/uwp/api/windows.services.store.storeapplicense). I was able to compile it in Visual C++, but don't have a clue how to convert that code in Delphi.
https://www.zabkat.com/blog/winrt-win32-store-registration.htm
https://www.zabkat.com/blog/winrt-win32-store-registration.htm
Yes, that's always an option.
ReplyDeleteThe alternate way was through the the C++ SDK but it looked like it changed. https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/Store/cpp https://github.com/Microsoft/cppwinrt
ReplyDelete