Author Topic: another issue with C::B and wXwidgets svn on OSX  (Read 9280 times)

Offline warpino

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: another issue with C::B and wXwidgets svn on OSX
« Reply #15 on: June 04, 2016, 11:33:11 am »
Hi guys,

after a few months, building svn10856, trying to tweak env_settings.xrc file, I am still stuck with this:



The suggested patch does not seem to solve the problem. Can anybody suggest a dirty workaround?

w

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: another issue with C::B and wXwidgets svn on OSX
« Reply #16 on: June 04, 2016, 11:36:47 am »
As I know, there is no C::B developers who work under Mac system, so, hope some other guys could help.  :)
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 warpino

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: another issue with C::B and wXwidgets svn on OSX
« Reply #17 on: June 06, 2016, 03:15:55 pm »
Maybe I could seek for help from wxWidgets developers. Do you think it's a good idea? what should I provide them? maybe env_settings.xrc and.. what else?

thanks

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: another issue with C::B and wXwidgets svn on OSX
« Reply #18 on: June 06, 2016, 03:24:20 pm »
Maybe I could seek for help from wxWidgets developers. Do you think it's a good idea? what should I provide them? maybe env_settings.xrc and.. what else?

thanks
I suggest you can build the wx sample code, such as the listcontrol sample code, and see whether it has the same issue.
And if it works, then you can create a simple dialog which use the broken xrc file.
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 warpino

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: another issue with C::B and wXwidgets svn on OSX
« Reply #19 on: June 07, 2016, 06:10:55 pm »
I suggest you can build the wx sample code, such as the listcontrol sample code, and see whether it has the same issue.

listcontrol sample seems to work perfectly.

And if it works, then you can create a simple dialog which use the broken xrc file.

I have no idea how to do this :-(