Author Topic: svn rev 13798 issue?  (Read 211 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6168
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
svn rev 13798 issue?
« on: Today at 02:39:15 am »
Hi, Pecan, I see this commit:

https://sourceforge.net/p/codeblocks/code/13798/

Some of changes in the cbp files are not expected? I think the macro variable "CODEBLOCKS" is not needed here.
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.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2914
Re: svn rev 13798 issue?
« Reply #1 on: Today at 05:01:35 pm »
Do you mean that it's causing an error. Where do you get the error?

What OS? What compiler? Which wxWidgets?

I can't reproduce an error. Can you give me some steps to cause the error?
Thanks
« Last Edit: Today at 05:57:27 pm by Pecan »