OSX TurboActivate Executable

Hey guys!

Not seeing an executable in the mac API download that is equal to TurboActive.exe on Windows.Where is it at?

Steve

p.s. seems like the GC fix worked!

Hey Steve,

Not seeing an executable in the mac API download that is equal to TurboActive.exe on Windows.Where is it at?

We're still working on the Mac and Linux equivalents to the TurboActivate wizard. But it's not a requirement. That is, you can use the TurboActivate API function to add a similar dialog directly in your app.

p.s. seems like the GC fix worked!

Great!

Hey Wyatt!

thanks for the info!

now my coder is getting stuck with this code...8)

#define ProductVersionGUID "XXXXXX" (I hide my GUID since this is public)char strKey[1024]; HRESULT hr0 = GetPKey(strKey, sizeof(strKey)); if (hr0 == TA_OK) NSLog(@"-- BH Lime key=%s", strKey); NSString *a = [[NSString alloc] initWithUTF8String: ProductVersionGUID]; hr0 = IsProductKeyValid([a UTF8String]); if (hr0 == TA_OK) NSLog(@"-- BH Lime keys is valid"); else NSLog(@"-- BH Lime keys is invalid");

It's never returning TA_OK We are using the same GUID for our version 2.8 of the Windows version for tests. Could that be a problem?I wouldn't imagine so thoany ideas?

Thx!

Steve

Could that be a problem?

No, that's not it. Which function is failing? What's the return code? Match it up with the return codes listed in TurboActivate.h. Did you first set a product key using CheckAndSavePkey()?

We are up and running on OSX also now.

Thx for all the help!

Now we sit back to see if anyone cracks us again.......hehehe..... 😎 Let us know whenever you release an Executable on the mac side

thx!

Steve

Thx for all the help!

No problem.

Now we sit back to see if anyone cracks us again.......hehehe.....

No system is uncrackable (even ours). I wish there was some magic dust that would make our work uncrackable, bu the truth is that anything that exists on a computer can be cracked. Which is why we created Pirate Poacher (free for LimeLM customers). This will constantly monitor for cracked versions of your software and remove them from the web if they're found.

Let us know whenever you release an Executable on the mac side

Ok.