Philippe Demersʼs posts

Philippe Demers (Philippe) has made 100 posts.

Deactivate done on Mac, but not on server

Post on Jun 11, 2015

Hello Wyatt, Our product currently uses version 3.4.3.We could update to version 3.4.6 (since it h…

Post on Jun 10, 2015

Hello Wyatt, For now, IsGenuineEx() is called only if IsActivated() returns TA_OK. I know IsGenuin…

Post on Jun 8, 2015

Hello, I'm using the following code to deactivate (online) my product on the customer Mac : …

ActivateEx() always returning TA_E_EXPIRED

Post on Aug 23, 2014

Hello Wyatt, Thank you for your reply.Yes, the first thing I asked, was to check the date/time/tim…

Post on Aug 22, 2014

Hello, I've a strange issue : one of my customer is trying to activate its machine, but ActivateEx…

Xcode on Mavericks and Code-sign

Post on Jan 13, 2014

Hello Wyatt, The 2 solutions works, but it's not very "clean", at least for me. Please let me know…

Post on Jan 13, 2014

Hello, As the "TurboActivate.dat" file must be at the same location of the executable, the file mu…

Thread-safe

Post on Sep 5, 2013

Ok thanx, so for now, I'll keep my own thread-safe call to TA.

Post on Sep 5, 2013

Hello Sam, Thank you for the reply, but I asked when : do you have an idea, or is TA 3.5 is far aw…

Post on Sep 5, 2013

Hello, Do you have an idea when TA will be thread-safe ?Maybe it's already ... Thank you. Philip…

Crash on ExtendTrial()

Post on Jun 18, 2013

Hello, One of my users got a similar crash with IsGenuine() :0 libsystem_kernel.dylib 0x…

IsGenuineEx() deactivates without any reason

Post on Jun 13, 2013

Hopefully, I'm testing IsGenuineEx() on a side-product, not on the main one. Another user, with a …

Post on Jun 13, 2013

Hello, I recently included a IsGenuineEx() call in my product, to replace IsActivated() and IsGenu…

IsDateValid() not working

Post on Jun 13, 2013

Ok this makes sense (despite I'd be happy to have a 24 hours approximation). However, "Part of thi…

Post on Jun 12, 2013

I execute IsGenuineEx() and IsDateValid() in the same thread, one after the other.IsDateValid() can …

Post on Jun 12, 2013

Hello, If I call IsGenuineEx() then IsDateValid() just after, it can return TA_FAIL sometimes.I th…

Post on Jun 9, 2013

Ok thanx. Much clearer now.

Post on Jun 9, 2013

Yes, I understand. When IsGenuineEx() is deactivating automatically the machine :- when the machin…

Post on Jun 8, 2013

Hello Wyatt, Ok this is something I didn't know (I guess it's not writtent in the documentation).H…

Post on Jun 8, 2013

No, as said in my message (and all the previous ones), I'm using IsDateValid() not IsGenuineEx(). …