Anbang LI

Results 8 issues of Anbang LI

In Embaracadero Dev-C++ 6.3 and older Orwell or Bloodshed version, when we start debugging a program without breakpoints, it will run to the end of program or any statements waiting...

I have found some problems of GDB on a simple program. Here is the simple program "hello.cpp", it only contains some "cout

I Installed TDM-GCC 9.10 in a directory with **non-English** characters. When I run GDB, it shows error messages in startup: **Python Exception 'utf-8' codec can't decode byte 0x b1 in...

bug

我想拿 notepad2 做成一个简单的 C/C++ 集成开发环境(IDE),就是说,想要两个小功能: 1、调用编译器对正在编辑的源程序进行编译加工,并显示出编译结果; 2、运行编译后生成的可执行程序。 我查看了 “自定义工具栏” 对话框,里面有“运行文件”按钮,实现不了我上面的需求。 我想了想,我上面需要的功能也并不复杂,程序内需要允许用户定义两个字符串, 第1个是作为编译命令,相当于“加工文件”的功能(还需要增加相应的按钮)。 第2个是指定同名的可执行文件。 希望作者能考虑增加我说的这些功能。谢谢。

✅enhancement
run external tool
scite porting

I use both Windows and Linux with UI language set as Chinese. I noticed that GCC's output information is Chinese on Linux, but is English on Windows. Is the difference...

My friends had learnt to build MinGW-w64 with --enalbe-nls option, and I spent several weeks to translate all entries in gcc.po of zh_CN version. Then I put gcc.mo in the...

One day, I thecked the total amount of files in MinGW-w64 GCC release package v13.2, and found that there are about 14,856 files. I felt that there may be some...

大约在 2022年,AutoHotkey中文社区的网友 zj1d 利用 AHK 工具结合这里的 Translation-Terminator,做了一个 Poedit 自动机翻工具。 原贴地址是: [poedit 自动机翻工具 帮你快速汉化软件](https://www.autoahk.com/archives/37209) zjld 的 “poedit自动机翻工具” 主程序其实只是一个 AHK 脚本,但是要自带一个绿色版 Chrome 浏览器,导致整个下载包体积约为 100M。 我把 zjld 的 “poedit自动机翻工具” 进行了改进,把 Translation-Terminator 网络翻译引擎更新到 2024年的版本,默认使用...