Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7840 posts.

Using TurboActivate in NinjaTrader script

Post on Mar 26, 2013

OK, your code is being compiled as "Any CPU". Meaning it runs as x64 on 64-bit versions of Windows a…

Cancel during update will not Rollback the application

Post on Mar 26, 2013

We're not having any luck reproducing your problem. We've been digging into the updates to see where…

dat file and product key

Post on Mar 26, 2013

Is it possible to change name of the *.dat files to easily identify which .dat file is for which ver…

Post on Mar 22, 2013

Use another license field of date/time type named something like "expires_on". Then you can set that…

CheckAndSavePKey

Post on Mar 25, 2013

If I were to generate another key off of a different version I should be able to activate it? You …

Post on Mar 23, 2013

If you're already activated with another key then you can't use a new key. Does that make sense?

Search by "Customer ID"

Post on Mar 25, 2013

We've just added the ability to search using the custom license fields using the web API. The LimeLM…

"Any CPU" question

Post on Mar 24, 2013

Sure, I'll do that.

Post on Mar 24, 2013

Hey Phil, The way to handle "Any CPU" is to modify the TurboActivate.cs file to handle this. So co…

Building My First WyUpdate

Post on Mar 24, 2013

Great, glad you figured it out.

Post on Mar 23, 2013

Well, for ftp sites you need to provide the username and password. For example you download site mig…

Post on Mar 23, 2013

Hey Joseph, You need to use %file% not %Spellstorm.zip% (I think you took our instructions a bit t…

Rolling back the clock

Post on Mar 22, 2013

You shouldn't actually use that function. If you open the example project you see we made a whole Tu…

Post on Mar 21, 2013

Is this Delphi code? If so, then use booleans not ints.

Feature request: Upload to one site only

Post on Mar 22, 2013

Thanks for the request Bill. We'll consider it. I do see where you're coming from.

custom theme

Post on Mar 22, 2013

Paste the full path to the image file. Or click the "Browser" button and search for the file using t…

Full backup

Post on Mar 21, 2013

Hey David, we're improving the export wizard in about a month to give you full export ability in a f…

Netbeans Java TurboActivate.dat location

Post on Mar 21, 2013

Call "TurboActivate.SetPDetsLocation();" immediately after setting the VersionGUID.

Post on Mar 21, 2013

As it says in the Using TurboActivate in Java article, the TurboActivate.dat file has to be in the T…

Migrating from VS 2008 to 2010

Post on Mar 21, 2013

But it seemed like you were saying that if IsGenuineEx returns false, the app would be deactivated. …