Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
What is the minimum wxWidgets version that CB SVN Support?
(1/1)
stahta01:
I have been looking over the #if/#else sections/blocks and see several wx2.6 or wx2.7 else blocks that can be removed.
The majority of the ones I found use one of these two methods that were depreciated with wx2.8.0.
--- Code: ---SetInitialBestSize used in file src\switcherdlg.cpp|453|SetInitialBestSize(size);|
SetBestFittingSize used in wxSmith files and other files
--- End code ---
Note: wxSmith is a special case that needs some of the places kept where it is generating code.
Is removing those depreciated code sections something worth my effort in doing a patch?
By this I mean will a CB Dev check over the patch and apply at least some of it to SVN?
Tim S.
oBFusCATed:
2.8.12 ... there is no reason to support older versions.
Generally I'm not sure if it is worth the effort to remove those conditionals.
I've not stumbled upon such code snippets very often in the code.
Navigation
[0] Message Index
Go to full version