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#438 - New line char on Mac OS X is only a 0x0D
Opened by rob versluis (rocrail) - Saturday, 22 August 2009, 08:07 GMT+2
|
DetailsWhat steps will reproduce the problem?
Generate CPP code.
Compile the generated sources will bring warnings: “warning: no newline at end of file” What is the expected output? What do you see instead? The new line char should be ‘\n’ instead of ‘\r’. |