Frank Long

Results 7 comments of Frank Long

![image](https://user-images.githubusercontent.com/5205838/143976956-d97aa5e0-7b06-427a-bb41-5021813a7a6f.png) Met this again. Speadsheet process is terminated, but editorhelper.exe remains. It's not a 100% issue, cannot reproduce it manually. In a summary, I met this problem about 5 times...

@VladimirProkofiev52 Hi, met it again on ver. 7.x, it's a NREP issue. I am opening a xlsx from 1/22/2022 to today(1/24/2022). Just a simple xlsx with 7 sheets, every sheet...

PS: How can I help to locate the issue.

In last few months, I used Onlyoffice desktop editor as my office editor, and met the problem 3 times. It seems a non reproduceable problem. Sometimes, I opened a small...

Windows 10 64 位, 32, 64toolchain 都有 - [ ] 编译32程序不行 - [x] 编译64程序 ``` txt cargo rustc --release -- -C link-args="/subsystem:console,5.01" --target i686-pc-windows-msvc Compiling format_print v0.1.0 (D:\project\rust\21_format_print) error[E0461]: couldn't...

成功了,**需要把default toolchain改成32位**, 然后运行编译命令, 指定target貌似不行 - Default toolchain 改成32位 ``` bat rustup default stable-i686-pc-windows-msvc ``` - 运行编译命令 ``` cargo rustc --release -- -C link-args="/subsystem:console,5.01" ```

@VladimirProkofiev52 Thanks for your update. I will try the new version 8.0.0, and update my comment.