Open sruloart opened 9 years ago
I didn't know that windows needs a different parameter to close the process, my bad: http://stackoverflow.com/questions/10021373/what-is-the-windows-equivalent-of-process-onsigint-in-node-js
I'm going to test it tonight, hopefully tomorrow morning you'll wake up with a new version
Not your fault, I blame Microsoft :)
eheheh that's the good of open source projects, everyday you learn something new :D
it should solved in the next release
Cool, this would be a great release with all of these new features :D
please check if in the version 1.3.0 is fixed :+1:
Yeah, I'm on Win10, and now these targets' windows don't open and don't close.
Ok I'll check it on win10, did you try to set the buildtype parameter as build and use the livereload to update the content?
Yep.
{
"build": {
"program" : "openfl",
"buildType" : "build",
"src" : "source",
"monitor" : "web",
"livereload" : "export",
"platforms" : ["flash", "neko", "windows"]
}
}
Maybe with using this method: http://forum.thewindowsclub.com/windows-tips-tutorials-articles/29463-kill-processes-using-command-prompt-windows-7-8-a.html.
This way you can rebuild them and actually see the results (because they aren't being currently in use) :)
it might also circumvent the FlashDevelop whole "can't delete these files" on export/windows/cpp/neko issue, but maybe not.