Difference between revisions of "BTP300B A2 Team 4 Bugs Report"
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <u>Accomplishments</u> | + | <nowiki></nowiki><u>Accomplishments</u> |
'''Final Week''' | '''Final Week''' | ||
Line 16: | Line 16: | ||
CFrame - constructor throwing segfault when called with clabel object (fixed, clabel was not calling constructors with proper border_chars data) | CFrame - constructor throwing segfault when called with clabel object (fixed, clabel was not calling constructors with proper border_chars data) | ||
+ | |||
+ | CLabel - cant get the loop to show the numbers | ||
+ | CLabel - when moving the frame it does not restore the text | ||
+ | |||
+ | Cdialog- cannot get it to compile |
Latest revision as of 22:31, 6 December 2013
Accomplishments
Final Week
Working on getting everyone's part to work together
Removing bugs in each part
CDialog
Bugs
Final Week
CField - data() throwing segfault when called by std::sprintf(*(char**)dialog[mesIndx].data(), "LOOP No: %d", loop);
CFrame - constructor throwing segfault when called with clabel object (fixed, clabel was not calling constructors with proper border_chars data)
CLabel - cant get the loop to show the numbers CLabel - when moving the frame it does not restore the text
Cdialog- cannot get it to compile