Wyatt O'Day (Wyatt) has made 7817 posts.
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, 2012OK, this is a pretty old CPU (almost a decade old). Will your app be targeting old CPUs with the ARM…
Post on Dec 13, 2012I think the problem is likely that we're compiling for a newer version of ARM than your board. Looki…
Post on Dec 13, 2012Just to make sure this isn't a bug in JNA (the Java library that make calls to native libraries) can…
We'll look into a better solution to this problem. In the meantime you can use wyUpdate as a standal…
My question is this. If we do not specify an "application data" folder in wyBuild. Will the updater …
About the compilers: Yes, I agree and that is how I build my release version for NASA and for commer…
Post on Dec 11, 2012From the sounds of it this is the same problem you were having before. Namely, the compiler you're u…
If there's no internet then wyUpdate can't check for updates or download the update if it's availabl…
Amazon S3 is pretty popular with people. There are a slew of dedicated VPS's. This is a big question…
Did you call TurboActivate.SetPDetsLocation(); at the top of your app? You should. If you look in th…
Post on Dec 6, 2012We can't reproduce this here. Add a breakpoint on the next line after the IsWindows() call and make …
Post on Dec 6, 2012Hey Bill, What version of JNA are you using? Try the latest (currently 3.5.1).
You can handle the CloseAppNow event and just don't close your app. But as I said above, the better …
Post on Dec 6, 2012The way to preventing installing on restart is to install on close. That is call InstallNow() on the…
If I try setting it right after InitializeComponent is called (for my window), then setting the prop…
You're killing the form before the AutomaticUpdater finishes. Either use the AutomaticUpdater on a f…
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, 2012Change the download site, re-build wyUpdate, include the new client.wyc file in your new updates. Th…
Unfortunately that's not a good "base" project to work off of (and from a half-hour of googling I ca…