Arie Stavchansky (ariestav) has made 182 posts.
I'm using the latest, unless you've released a newer version in the last four weeks. Okay, I thoug…
Post on Jun 26, 2015So, I thought Error 14 might relate to the buffer size problem, so I increased the buffer to like 32…
Post on Jun 26, 2015Hi There, For some reason, all of a sudden, I'm seeing Error 14 return when I use GetPKey(); I re…
I just discovered the key I was testing on wasn't activated, so it wasn't returning anything. It lo…
Post on Jun 26, 2015So I've been successful in retrieving the feature "first_name" from my license file using the sample…
Post on Jun 26, 2015I'm needing to do this in C++ where I get all the features from a license file via a loop. I know h…
How does TurboActivate know whether or not the software is installed on a VM or not? Is it through …
Couldn't agree more. Wyatt and the team know what they are doing and it seems like they know their …
Okay, got it. It's now compiling in Xcode. Thanks!
Post on Jun 10, 2015I'm building a console application now from scratch and am getting this same error. I don't know ho…
Yes. Makes sense, I will likely just disallow deactivation for products keys used in offline enviro…
Post on Jun 9, 2015Quick follow up question to this. Once it's deactivated locally after using the ActivationRequestTo…
Post on Jun 9, 2015Okay, got it, makes sense. Thanks for clarifying. Arie
Post on Jun 9, 2015Hi again 😀 I've got offline activation working within my app, but now I'm working towards off…
Yes, makes sense. Thank you for pointing me to those resources. Arie
Post on Jun 8, 2015Hi There, For offline activation, I assume the first parameter in ActivationRequestToFileEx is the…
Yes, I do understand that it is very bad to hit up the Web API directly from the app's source code. …
Post on Jun 4, 2015I setup a REST API on my server that contacts the LimeLM Web API to retrieve data for a product key …
Ah, just found the nojsoncallback switch at the way bottom of this article:http://wyday.com/limelm/h…
Post on Jun 2, 2015So it turned out to be the headers I was setting on the request options object: So this is how I h…