Author Topic: Any one know what cause this issue when I use thead search plugin  (Read 2338 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Any one know what cause this issue when I use thead search plugin
« on: September 09, 2016, 01:16:27 pm »
Quote
19:13:55: Failed to convert file "F:\cb_sf_git\clean-trunk-for-commit\src\sdk\wxscintilla\src\scintilla\lexers\LexErlang.cxx" to Unicode.
19:13:55: Failed to convert file "F:\cb_sf_git\clean-trunk-for-commit\src\sdk\wxscintilla\src\scintilla\lexers\LexMatlab.cxx" to Unicode.
Here is the saved log I see.

Thanks.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.