Skip to content

milang/Console

This branch is 2 commits ahead of, 77 commits behind bozho/console:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 18, 2010
Feb 18, 2010
Jan 6, 2010
Nov 5, 2008
Feb 18, 2010
Jan 6, 2010
Apr 1, 2009
Feb 18, 2010
Dec 31, 2009
Feb 18, 2010
Dec 31, 2009

Repository files navigation

Console2 is a Windows console window enhancement.
Console2 features include: multiple tabs, text editor-like text selection, different background types,
alpha and color-key transparency, configurable font, different window styles


Console2 development setup
==========================

[assumes Visual Studio 2008 is installed]
1. Download latest Boost (http://www.boost.org/users/download/)
2. Extract to "(targetDir)\boost"
3. Download latest WTL (http://sourceforge.net/projects/wtl/files/)
4. Extract to "(targetDir)\wtl"
5. In Visual Studio, Tools -> Options -> Projects and Solutions -> VC++ Directories:
    Add to "Include Files" (for both x64 and win32 platforms) -
        (targetDir)\boost
        (targetDir)\wtl\Include

Packages

No packages published

Languages

  • C++ 100.0%