ollydbg

Results 288 comments of ollydbg

Hi, @JacksonChen666 have you ever download the zip file for the `tinyframe-js`? I can't download the .tar.gz file from the archive site, how to do that? Thanks.

OK, thanks. I have just downloaded the `.tar.gz` file, and I uploaded this file as attachment, hopefully it will help others. [swh_1_dir_51792a928fda33e1baf70a9156404bbd94ea746e.tar.gz](https://github.com/MightyPork/TinyFrame/files/15123521/swh_1_dir_51792a928fda33e1baf70a9156404bbd94ea746e.tar.gz)

My guess is that, if ImageMagick is used, it can only convert the whole svg directly to some other format, such as pdf format, but you can't split the image...

> > > For some reasons, I have need to use the option `inkscapelatex=false`, see discussion here: [Text in svg is not wrapping around a box](https://tex.stackexchange.com/questions/598512/text-in-svg-is-not-wrapping-around-a-box) > > Please, don't...

OK, thanks for the reply. And keep the good work. BTW: there is a good python library: https://github.com/petercorke/robotics-toolbox-python Which may fit for your book.

There is another crash bug for the wxWidgets gui port, I just fix this bug in this pull request. mMouseCounter is no needed here, otherwise, this variable will be -1...

I add a ticket in msys2 package site: [Add VisualizationLibrary · Issue #17943 · msys2/MINGW-packages](https://github.com/msys2/MINGW-packages/issues/17943)

Hello, the good news is that this package is now in MSYS2's package now, see the discussion here: [Add VisualizationLibrary · Issue #17943 · msys2/MINGW-packages](https://github.com/msys2/MINGW-packages/issues/17943)

It looks like gcc handle the raw string in the preprocessor, see here as a reference: [55971 – Preprocessor macros with C++11 raw string literals fail to compile](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55971)

Hi, thanks for the detailed explanation. My interest about learning some C-preprocessor code is to improve the embedded parser(To fetch some Symbols in the source files) inside the Code::Blocks. There...