Open main menu

CDOT Wiki β

Changes

BTP300A A2 Team 4 Bugs Report

2,067 bytes added, 03:40, 3 December 2013
no edit summary
template for cdialog.h cdialog.cpp (Jodie)
completed coding for cfield.cpp(Maggie, Jodie)
* cfield.cpp: In member function âvoid cio::CField::display(int)â:
* cfield.cpp:44:44: warning: pointer of type âvoid *â used in arithmetic [-Wpointer-arith]
* cfield.cpp: In member function âint cio::CField::edit(int, bool*, int*, int*)â:
* cfield.cpp:51:73: error: invalid conversion from âconst void*â to âchar*â [-fpermissive]
needed to cast
== November 15<sup>th</sup>, 2013 ==
completed coding for clabel.cpp(Maggie)
* cfield.cpp: In member function âint cio::CField::edit(int, bool*, int*, int*)â:
* cfield.cpp:51:23: error: expected primary-expression before âconstâ
* cfield.cpp:51:35: error: expected â;â before âpdataâ
* cfield.cpp:51:85: error: expected â;â before â)â token
typo - fixed
 
* clabel.cpp: In destructor âcio::CLabel::~CLabel()â:
* clabel.cpp:51:18: warning: deleting âconst void*â is undefined [enabled by default]
 
need to cast a value
== November 25<sup>th</sup>, 2013 ==
== November 30<sup>th</sup>, 2013 ==
added all code together and started incremental testing(Jodie, Maggie, Pedro) * a2test.cpp: In function âvoid testDialogLabel()â:* a2test.cpp:208:17: error: no matching function for call to âcio::CDialog::draw()â* a2test.cpp:208:17: note: candidate is:* cdialog.h:46:9: note: virtual void cio::CDialog::draw(int)* cdialog.h:46:9: note: candidate expects 1 argument, 0 provided missing a default value * cdialog.cpp:34:14: error: invalid conversion from âvoid*â to âcio::CField*â [-fpermissive]* cdialog.cpp: In member function âcio::CField& cio::CDialog::curField() constâ:* cdialog.cpp:63:26: error: invalid initialization of reference of type âcio::CField&â from expression of type âcio::CField* constâ  == December 01<sup>st</sup>, 2013 ==added all code together and started incremental testing (Jodie, Maggie, Pedro):* increment testing completed (Jodie, Maggie, Pedro):* tests 0, 1, 2, 3, 4 completed successfully * issues when testing done on Matrix*** code that runs properly on a Mac is not running properly on Matrix*** need to retest and resolve items one by one - repeat incremental testing  == December 02<sup>nd</sup>, 2013 ==incremental testing - tests 0, 1, 2, 3 and 4 COMPLETED (Jodie, Maggie, Pedro)testing using custom application file - COMPLETEDYIPPIE!!