shirne / chinese_chess

Chinese Chess game by Flutter
GNU General Public License v2.0
48 stars 9 forks source link

Process.start 在release模式中调用的程序无法隐藏被调用的程序的界面 #2

Closed LuckyLi706 closed 2 years ago

LuckyLi706 commented 2 years ago

兄弟,请问这个问题你后面解决了嘛,我也遇到这个问题

shirne commented 2 years ago

应该是解决了,我这里win目录重建过了,最近没有注意过这个问题。 或者你可以参考我这个commit修改win目录下的原生代码试一下 https://github.com/shirne/chinese_chess/commit/9609f25b598dfd7e056d26421b2f0f294cb8cbeb

LuckyLi706 commented 2 years ago

好的,谢谢,问题我在github上面找到了。和你的这个差不多

shirne commented 2 years ago

相关issue https://github.com/flutter/flutter/issues/47891 https://github.com/dart-lang/sdk/issues/39945

shuangqiao999 commented 2 years ago

你好 有个开源免费的nnue中国象棋引擎 棋力强劲 项目地址 https://github.com/PikaCat-OuO/Pikafish 可以集成到你的象棋里吗?

shirne commented 2 years ago

你好 有个开源免费的nnue中国象棋引擎 棋力强劲 项目地址 https://github.com/PikaCat-OuO/Pikafish 可以集成到你的象棋里吗?

好像是国际象棋的,应该不能通用的吧

shuangqiao999 commented 2 years ago

是中国象棋 当前棋力在旋风小虫以后 排名第三 开源免费的

shirne commented 2 years ago

是中国象棋 当前棋力在旋风小虫以后 排名第三 开源免费的

它协议是用的uci,初始化命令不一样,其它的相差不大,你可以在windows版中改下引擎路径和初始化命令,试一下 ucci -> uci

shirne commented 2 years ago

@shuangqiao999 3df65a46f964ef184f3b407d46b00cd1425aaa22 初步改了下,可以用。吊打内置的xqlite