Changes

Jump to: navigation, search

BTP300 Team NVG

No change in size, 10:04, 1 November 2011
Useful Code Snippets
# Should have everything within the "namespace cio"
* Compiling:
# to To fix the "C4530" compiling error in visual studio, type in "/EHsc" once (without the quotes) after the files you are compiling
* CFrame.cpp:
# Should be passing "(void **)&hidden_" to "release" from "consolebackup.cpp" inside "CFrame::hide"
# If you are seeing trailing characters when you move the frame, check to make sure your "CFrame::setLine" is correct and also how you allocated your "hidden" characters
# in In "CFrame::capture()" make sure to cast the return value of "capture" from "consolebackup.cpp" into "(char*)" if your "hidden" variable is type char
* CDialog.cpp:
# Must have a parallel array to fields stored to know which fields are dynamically allocated
1
edit

Navigation menu