Wyatt O'Day (Wyatt) has made 7771 posts.
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…
You have to make it from scratch. But if you're automating the creation of updates then also automat…
Are you using your own custom wyUpdate, or are you using our precompiled version of wyUpdate? If you…
Early January.
Post on Nov 29, 2012We'll modify TurboActivate in version 3.3 to return TA_E_INET if garbage is returned (e.g. wifi logi…
Post on Nov 29, 2012The solution I found so far is : sending a ping to your server, so the app could know if the server …
Just use the dynamic version of the library until we release the fixed static version. Then, when we…