Changes

Jump to: navigation, search

BTP300 Team NVG

151 bytes added, 10:07, 1 November 2011
Useful Code Snippets
* Compiling:
# To fix the "C4530" compiling error in visual studio, type in "/EHsc" once (without the quotes) after the files you are compiling
# Include "-lncurses" when compiling on matrix with "g++"
# Include "-I /path/to/lib/ncurses" when compiling on linux emulator on windows with "g++"
* CFrame.cpp:
# Should be passing "(void **)&hidden_" to "release" from "consolebackup.cpp" inside "CFrame::hide"
1
edit

Navigation menu