Andy Walker
Andy Walker
It appears we need to detect `CTRL_CLOSE_EVENT`, which is not currently captured by the Go runtime. The changes necessary are in the [following patch](https://codereview.appspot.com/download/issue71900043_40001.diff), which proposes sending `os.Terminate` in its...
Alternatively, we can build it as a "GUI" app, which requires special flags and, of course, a special way to close the app (especially if we implement issue #6), because...
The current consideration is having the windows version of the app open a port bound to localhost and then adding a `/k` flag which will have the app attempt to...
Way ahead of you, buddy. It's a lot more complicated than that, though.
I'm trying to avoid using cgo so that the build process stays simple and cross-platform and doesn't become a mess. This means limiting it to syscall only (no `import "C"`)...
In order to figure out exactly which calls to make, I'll need to not only know which DLLs are involved, but also the permission names/UUIDs and such that are involved....
Good idea. Maybe using this: http://github.com/akavel/rsrc Care to submit one? Sent from my iPhone > On May 8, 2015, at 5:35 AM, Nabeel Omer [email protected] wrote: > > A better...
Yes. Sent from my iPhone > On May 9, 2015, at 1:26 AM, Nabeel Omer [email protected] wrote: > > Care to submit what? A manifest? > > — > Reply...
I'll test and make sure that the tool I've got embeds the necessary manifest, and that it works. If all goes well, what you can do if you want to...
Nope. Working on an event-based branch to remove the need for polling.