Sam ʼs postsSupport staff

Sam (Sam) has made 3126 posts.

There appears to me the folders versions

Post on Sep 22, 2012

I've already explained it several ways. The problem isn't how I'm explaining it. The problem is the …

Date/system is invalid. Please reboot your system...

Post on Sep 20, 2012

Send me your old versions of the TurboActivate.cs file (the one you modified) to support@wyday.com a…

Post on Sep 19, 2012

We don't need to rebuild the app because we're using Unity3D tech in C# with Mono VM and Yes, you…

Post on Sep 19, 2012

We didn't rebuild the app : we just replace the libTurboActivate.dylib on the customer's computer Y…

Post on Sep 19, 2012

Please recompile your app with the latest version of TurboActivate. We fixed a bug similar to the on…

Post on Sep 19, 2012

What did he change on his computer? Any apps added/settings changed/etc. between the time your app w…

Service using AutomaticUpdater fails

Post on Sep 19, 2012

Well, do you know what the exception is? Even if it was a bug in your code, it will be useful to kno…

Post on Sep 19, 2012

What's the crash? I need more information to help you.

Offline activation and webpage

Post on Sep 19, 2012

Ah, I see. Magic quotes: the bane of every PHP developer's existence. We'll add a warning to the nex…

Post on Sep 19, 2012

Could I simply get the PHP code from the "manual activation" page ? It's very nice because the page …

Post on Sep 18, 2012

We'll look into this.

LimeLM and mono

Post on Sep 19, 2012

Is LimeLM .net library compatible with Mono or does it depend on native Windows specific functions?…

Java IsDateValid() functionality

Post on Sep 19, 2012

It checks the "time string" with the feature value like "update_expires" and checks if the passed "t…

Post on Sep 19, 2012

If the passed future date is 21st Oct, it should return false. But it isn't, it returns true. That's…

Post on Sep 18, 2012

I checked by passing the future time..as you said it returns true. But it returns true even the pass…

Post on Sep 18, 2012

I think you're getting confused. You're passing in a date to IsDateVali(). That's the only date that…

Post on Sep 18, 2012

This code will always return false: Date dNow = new Date( );SimpleDateFormat ft = new SimpleDateFor…

Post on Sep 18, 2012

Yes, that's what it does. But the date you're choosing has already expired. Does that make sense?

Post on Sep 18, 2012

The "now" date will always be expired because by the time you call the IsDateValid() function the da…