Welcome to wxFormBuilder’s issue tracking system! We hope that wxFormBuilder provides you with many hours of increased productivity.
Please feel free to post bug reports and feature requests here. You can feel free to discuss an issue or feature on the forum but if you decide it needs to be looked at you need to post it here. If a feature request or bug report is not on this site there is a good chance it won’t be worked on. So, as a rule, post them here.
Thanks for your cooperation,
The wxFormBuilder Team
FS#412 - Namespace-Support not working properly
Opened by Ivo Roessling (tody) - Wednesday, 11 February 2009, 23:13 GMT+2
|
Details
The namespace-support as requested in feature request I think, it’s not the right way to use the “using namespace XYZ”-clause in the cpp. I rather suggest, using the enclosing version instead, like it is done with the header file.
namespace XYZ {
...
}
You should be able to reproduce the problem by simply using some namespace-setting in your formbuilder application properties. Maybe, it’s moreover necessary to create an additional derived class, but I rather don’t think so. |