Difference between revisions of "BTP300B A2 Team 4 Bugs Report"
Line 14: | Line 14: | ||
CField - data() throwing segfault when called by std::sprintf(*(char**)dialog[mesIndx].data(), "LOOP No: %d", loop); | 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) |
Revision as of 20:02, 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)