Changes

Jump to: navigation, search

BTP300 The Only One

31 bytes added, 20:09, 27 October 2011
Bug Fixes
'''1'''. '''Error''':
"cframe.h:15: error: default argument for parameter of type 'CFrame*'" <br />
'''Fix''': Easy fix, just do a '''(Cframe*)NULL ''' on the '''last contructor argument'''.
'''2.''' '''Error''':
a2test.cpp:151: error: no matching function for call to 'CFrame::draw()'
cframe.h:33: note: candidates are: virtual void CFrame::draw(int) <br />
'''Fix''': Set '''draw(int) ''' default value to "C_FULL_FRAME" (Told the prof and he fixed it on the BTP300 page)
'''3.''' '''Error''':
a2test.cpp:176: error: no matching function for call to 'CFrame::hide()'
cframe.h:34: note: candidates are: virtual void CFrame::hide(CDirection) <br />
'''Fix''': Set draw'''hide(intCDirection) ''' default value to "C_FULL_FRAMEC_STATIONARY" (Told the prof and he fixed it on the BTP300 page)
36
edits

Navigation menu