Sam (Sam) has made 3126 posts.
I've already explained it several ways. The problem isn't how I'm explaining it. The problem is the …
Send me your old versions of the TurboActivate.cs file (the one you modified) to support@wyday.com a…
Post on Sep 19, 2012We 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, 2012We didn't rebuild the app : we just replace the libTurboActivate.dylib on the customer's computer Y…
Post on Sep 19, 2012Please recompile your app with the latest version of TurboActivate. We fixed a bug similar to the on…
Post on Sep 19, 2012What did he change on his computer? Any apps added/settings changed/etc. between the time your app w…
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, 2012What's the crash? I need more information to help you.
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, 2012Could I simply get the PHP code from the "manual activation" page ? It's very nice because the page …
Post on Sep 18, 2012We'll look into this.
Is LimeLM .net library compatible with Mono or does it depend on native Windows specific functions?…
It checks the "time string" with the feature value like "update_expires" and checks if the passed "t…
Post on Sep 19, 2012If the passed future date is 21st Oct, it should return false. But it isn't, it returns true. That's…
Post on Sep 18, 2012I checked by passing the future time..as you said it returns true. But it returns true even the pass…
Post on Sep 18, 2012I think you're getting confused. You're passing in a date to IsDateVali(). That's the only date that…
Post on Sep 18, 2012This code will always return false: Date dNow = new Date( );SimpleDateFormat ft = new SimpleDateFor…
Post on Sep 18, 2012Yes, that's what it does. But the date you're choosing has already expired. Does that make sense?
Post on Sep 18, 2012The "now" date will always be expired because by the time you call the IsDateValid() function the da…