Arie Stavchanskyʼs posts

Arie Stavchansky (ariestav) has made 182 posts.

Error 14 on OSX

Post on Jun 28, 2015

I'm using the latest, unless you've released a newer version in the last four weeks. Okay, I thoug…

Post on Jun 26, 2015

So, I thought Error 14 might relate to the buffer size problem, so I increased the buffer to like 32…

Post on Jun 26, 2015

Hi There, For some reason, all of a sudden, I'm seeing Error 14 return when I use GetPKey(); I re…

GetFeatureValue issue in a loop

Post on Jun 26, 2015

I just discovered the key I was testing on wasn't activated, so it wasn't returning anything. It lo…

Post on Jun 26, 2015

So I've been successful in retrieving the feature "first_name" from my license file using the sample…

Post on Jun 26, 2015

I'm needing to do this in C++ where I get all the features from a license file via a loop. I know h…

How are VMs detected by Turbo Float?

Post on Jun 24, 2015

How does TurboActivate know whether or not the software is installed on a VM or not? Is it through …

My short review of LimeLM after 3 months of using it for commercial product

Post on Jun 14, 2015

Couldn't agree more. Wyatt and the team know what they are doing and it seems like they know their …

Mac static linking error

Post on Jun 11, 2015

Okay, got it. It's now compiling in Xcode. Thanks!

Post on Jun 10, 2015

I'm building a console application now from scratch and am getting this same error. I don't know ho…

What to do after I get "deactivation request" file?Answered

Post on Jun 10, 2015

Yes. Makes sense, I will likely just disallow deactivation for products keys used in offline enviro…

Post on Jun 9, 2015

Quick follow up question to this. Once it's deactivated locally after using the ActivationRequestTo…

Post on Jun 9, 2015

Okay, got it, makes sense. Thanks for clarifying. Arie

Post on Jun 9, 2015

Hi again 😀 I've got offline activation working within my app, but now I'm working towards off…

What are the options for in ActivateRequestToFileEx?

Post on Jun 9, 2015

Yes, makes sense. Thank you for pointing me to those resources. Arie

Post on Jun 8, 2015

Hi There, For offline activation, I assume the first parameter in ActivationRequestToFileEx is the…

Calling the Web API once a day from my app's extended feature?

Post on Jun 4, 2015

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, 2015

I setup a REST API on my server that contacts the LimeLM Web API to retrieve data for a product key …

Method "" not found in WebAPI call

Post on Jun 2, 2015

Ah, just found the nojsoncallback switch at the way bottom of this article:http://wyday.com/limelm/h…

Post on Jun 2, 2015

So it turned out to be the headers I was setting on the request options object: So this is how I h…