Wyatt O'Dayʼs postsSupport staff

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

ARM support

Post on Dec 13, 2012

OK, we'll try to get that out with TurboActivate 3.3. The schedule's a bit tight right now (we're sh…

Post on Dec 13, 2012

OK, this is a pretty old CPU (almost a decade old). Will your app be targeting old CPUs with the ARM…

Post on Dec 13, 2012

I think the problem is likely that we're compiling for a newer version of ARM than your board. Looki…

Post on Dec 13, 2012

Just to make sure this isn't a bug in JNA (the Java library that make calls to native libraries) can…

Huge problems with AutomaticUpdateBackendSolved

Post on Dec 13, 2012

We'll look into a better solution to this problem. In the meantime you can use wyUpdate as a standal…

"Your programs folder".... ignore a folder

Post on Dec 12, 2012

My question is this. If we do not specify an "application data" folder in wyBuild. Will the updater …

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…