Raphaėl Enrici wrote:
We have three alternatives to fix that:
- declare OnChange public. Maybe I should rearrange my knowledge to drop the 'protected' keyword completely.
- Invent an intermediate class empty class above the current dlgProperty without any methods just to create an accessible target.
They are both solutions I've seen in other projects where they faced this issue.
Both not completely satisfying.
- deny 3.4 support
Impossible for me! Our wxWid does not build with gcc 3.3.x due to a compiler issue fixed in 3.4.x branch. g++ 3.4.x is the only solution I have to get actual pgAdmin III into debian... unless I move back to 2.95 series but IIRC there was problem with it.
You can wait for a better spec and gcc 5.6 :-) Try the new dlgProperty.h.
Regards, Andreas
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend