News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

another issue with C::B and wXwidgets svn on OSX

Started by warpino, February 08, 2016, 10:23:16 AM

Previous topic - Next topic

warpino

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

ollydbg

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.

warpino

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

ollydbg

Quote from: warpino 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
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.

warpino

Quote from: ollydbg on June 06, 2016, 03:24:20 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.

Quote from: ollydbg on June 06, 2016, 03:24:20 PM
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 :-(