ollydbg

Results 70 issues of ollydbg

”一下" to “以下". Also, it looks like the encoding has also changed to UTF8.

"cuastom" should be "custom".

Hi, nice project. I have built your project under Windows, and by using codeblocks+msys2. See: [asmwarrior/ClothSimulator: Cloth Simulator](https://github.com/asmwarrior/ClothSimulator) I see such code: ~~~~ void Controller::OnMenuFileAddObject(wxFrame* frame) { wxLogDebug("OnMenuFileAddObject"); wxTextFile objfile("Objects/FlagPole.obj");...

For example, this image https://github.com/krishauser/RoboticSystemsBook/blob/master/figures/modeling/2RP.pdf is shown in https://github.com/krishauser/RoboticSystemsBook/blob/master/Kinematics.ipynb My question is: how to create such image? Thanks.

see discussion here: when building this library wxWidgets support under msys2, I got build error, here is a patch to fix the error Issue #210 · MicBosi/VisualizationLibrary — https://github.com/MicBosi/VisualizationLibrary/issues/210

Hi, this library is quite good, which support many kinds of GUI framework, such as wxWidgets and QT. I would like to suggest that this library can be part of...

It is very nice to see this library can be built against wxWidgets library under Windows' msys2. See the details in this issue for build steps: [when building this library...

Hi, I'm building this library with such cmake option below, note that wxWidgets gui option is `ON`. I am using this library under msys2: ~~~~ cmake .. -G "MinGW Makefiles"...

Hi, from the page: https://en.cppreference.com/w/cpp/language/string_literal There are many kinds of C++ raw strings, while I see the lexer/preprocessor should handle them as a single token. While currently they are handled...

Hi, this is a nice project. I see those two pages were mentioned in the home page, but I can't open them. https://aappleby.github.io/Matcheroni https://aappleby.github.io/Matcheroni/tutorial Any ideas? Thanks.