kipade
kipade
How to make it running as the screenshot? the mentioned operations seems no sense for me. I use slackware linux 64bit version 14.2
### Build System Used Slackware GNU/Linux x86_64 I build wxWidgets and/or my application using: - [ ] CMake - [X] configure - [ ] mingw32-make with makefile.gcc - [ ]...
**描述bug** CSerialPortUnixBase.cpp设备打开/读/写,使用了同一个锁p_mutex, 导致读写操作被迫串行. 而串口又是双工的,读写肯定是可以并行的. 读应该串行, 写可以串行也可以不串行(借用操作系统的能力可以保证) **重现步骤** 读时写或写时读,必现 **预期行为** 读的同时可以写,写的同时可以读 **截图** 不需要 **运行环境信息:** - 操作系统: Arch Linux - 编译器: gcc - 版本号: 15.0 **其他内容** 环境无关, 从代码即可定性
I wanna to use libxml in a projects using xml, but got a building issue after add libxml, so, I download the source code and build by hands, got the...
I think this is a great project for wxwidgets porting to rust. I was a C++ programmer and using wxWidgets for my GUI tools if I need. And, since I...