wxFormBuilder

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

| Tasklist |

FS#412 - Namespace-Support not working properly

Attached to Project: wxFormBuilder
Opened by Ivo Roessling (tody) - Wednesday, 11 February 2009, 23:13 GMT+2
Task Type Bug Report
Category Backend / Core → CPP Code Generation
Status Unconfirmed
Assigned To No-one
Operating System All
Severity Medium
Priority Normal
Reported Version 3.0
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

The namespace-support as requested in feature request  FS#156  is not working properly, I think. My compiler (gcc as well as vc9) complains about missing constructors and destructors.

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.

This task depends upon

Loading...