Wyatt O'Dayʼs postsSupport staff

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

Can not get Trial Dates from "TrialDaysRemaining" using g++ and g95

Post on Dec 11, 2012

About the compilers: Yes, I agree and that is how I build my release version for NASA and for commer…

Post on Dec 11, 2012

From the sounds of it this is the same problem you were having before. Namely, the compiler you're u…

No internet connection

Post on Dec 11, 2012

If there's no internet then wyUpdate can't check for updates or download the update if it's availabl…

Recomman FTP site

Post on Dec 11, 2012

Amazon S3 is pretty popular with people. There are a slew of dedicated VPS's. This is a big question…

Platform.isWindows()

Post on Dec 10, 2012

Did you call TurboActivate.SetPDetsLocation(); at the top of your app? You should. If you look in th…

Post on Dec 6, 2012

We can't reproduce this here. Add a breakpoint on the next line after the IsWindows() call and make …

Post on Dec 6, 2012

Hey Bill, What version of JNA are you using? Try the latest (currently 3.5.1).

AutomaticUpdater without Install on Restart

Post on Dec 10, 2012

You can handle the CloseAppNow event and just don't close your app. But as I said above, the better …

Post on Dec 6, 2012

The way to preventing installing on restart is to install on close. That is call InstallNow() on the…

AutomaticUpdater wyUpdate Command Line Code Behind

Post on Dec 6, 2012

If I try setting it right after InitializeComponent is called (for my window), then setting the prop…

Automatic Updater NullReferenceException

Post on Dec 6, 2012

You're killing the form before the AutomaticUpdater finishes. Either use the AutomaticUpdater on a f…

Change server update

Post on Dec 4, 2012

Yes, if you don't want to push a new update with the client.wyc included (or you can't because you'v…

Post on Dec 4, 2012

Change the download site, re-build wyUpdate, include the new client.wyc file in your new updates. Th…

Air Version Support

Post on Dec 4, 2012

Unfortunately that's not a good "base" project to work off of (and from a half-hour of googling I ca…

Dealing with files when creating new updates

Post on Nov 30, 2012

You have to make it from scratch. But if you're automating the creation of updates then also automat…

While checking for updates ESET signals Kryptik.AT trojan

Post on Nov 30, 2012

Are you using your own custom wyUpdate, or are you using our precompiled version of wyUpdate? If you…

Always asking for activation

Post on Nov 30, 2012

Early January.

Post on Nov 29, 2012

We'll modify TurboActivate in version 3.3 to return TA_E_INET if garbage is returned (e.g. wifi logi…

Post on Nov 29, 2012

The solution I found so far is : sending a ping to your server, so the app could know if the server …

C++ error in x64 : TurboActivate-MD.lib error LNK2019Solved

Post on Nov 29, 2012

Just use the dynamic version of the library until we release the fixed static version. Then, when we…