Changes

Jump to: navigation, search

BTP300A A2 Team 4 Bugs Report

3,400 bytes added, 03:40, 3 December 2013
no edit summary
- unable to compile - FIXED forgot to use -lncurses
:
/tmp/ccaMDlgn.o: In function `testFrame()':
a2test.cpp:(.text+0xc70): undefined reference to `cio::move(cio::iFrame&)'
console.cpp:(.text+0x2c3): undefined reference to `waddch'
collect2: ld returned 1 exit status
:
== November 4<sup>th</sup>, 2013 ==- unable to compileFIXED!!! changed void move(iFrame& frame) to void cio::move(cio::iFrame& frame):'''/tmp/ccWeF2gJ.o: In function `testFrame()':''''''a2test.cpp:(.text+0xc70): undefined reference to `cio::move(cio::iFrame&)' ''''''a2test.cpp:(.text+0xc90): undefined reference to `cio::move(cio::iFrame&)' ''''''collect2: ld returned 1 exit status''': == November 7<sup>th</sup>, 2013 ==templates for cfield.h, cfield.cpp, clabel.h, clabel.cpp created (Maggie)started coding on cfield.cpp, cline.cpp (Maggie, Jodie) == November 11<sup>th</sup>, 2013 ==templates for cline.h, cline.cpp, cbutton.h, cbutton.cpp created(Jodie)coding on cfield.cpp, cline.cpp(Maggie)started coding on clabel (Maggie) == November 14<sup>th</sup>, 2013 ==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 â)â tokentypo - 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 ==(reassignment of tasks)started coding cbutton, cdialog (Pedro) == November 28<sup>th</sup>, 2013 ==completed coding for cline, cbutton(Pedro)completed coding for cdialog(Maggie, Jodie) * In file included from a2test.cpp:16:0:* cdialog.h:29:4: error: âCFieldâ does not name a type* In file included from a2test.cpp:16:0:* cdialog.h:39:4: error: âCFieldâ does not name a type* cdialog.h:40:4: error: âCFieldâ does not name a type * - forgot to include the "cfield.h" file - FIXED == 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!!

Navigation menu