ollydbg
ollydbg
Hi, I try to implement a magnum + wxWidgets sample C++ projects by using the msys2. I just copy and modify the code: [https://github.com/mosra/magnum-examples/blob/master/src/mouseinteraction/MouseInteractionExample.cpp](https://github.com/mosra/magnum-examples/blob/master/src/mouseinteraction/MouseInteractionExample.cpp) Since it use the SDL as...
Hi, we use the drmingw-0.9.1-win64(exchndl.dll) in Code::Blocks(we build it from Msys2/MinGW GCC) to catch/report the crash. Thanks for the great tool. While, we found some issue when using this tool...
I notice in the home page, there is a link to https://github.com/wxFormBuilder/wxFormBuilder/actions But how can I download the latest installer? Thanks.
Hi, when the Math support is enabled, I see that the html has those scripts added: ``` ``` The problem here is, the MathJax don't support this url links, see...
Hi, I see in the readme file, it said: > TinyFrame is re-entrant and supports creating multiple instances with the limitation that their structure (field sizes and checksum type) is...
Hi, if I use the mouse to double click on a symbol, the caret automatically put after the symbol, then if I try to find the definition of the symbol,...
Hi, from your blog(https://pyscripter.blogspot.com/), I see that the latest release is 4.1.1. But when I looked at the github page, it release section still shows 4.0.0. So, I suggest update...
比如我现在输入`\`,输入的时候。我希望在中文模式下就直接能输入,默认中文模式下输入的时候,就变成中文的顿号了。 再例如大括号`{中文}`,因为括号必须使用英文的括号,所以输入的时候,总是需要中英文反复切换,有时候感觉挺麻烦。 如果有哪个编辑器,能自动识别输入的错误,比如我输入了`{中文}`,能自动帮我修正成:`{中文}`,那就再好不过了。 不知道我描述的这些功能,有没有哪个输入法能实现,或者哪个编辑器自带或者可以配置? 谢谢!
Hi, I see there are some development of QT interface, but is it possible to support the wxWidgets? There are some discussion here: [How to display math formula or symbol...
I looked at the cmakelist file, this file mainly are support the Microsoft visual studio c++, but not mingw gcc?