Skip to content
Christophe Bucher edited this page Jun 24, 2015 · 6 revisions

You can get freely Visual Studio 2013 Community.

ATL/MFC was missing from Visual Studio Express. But Visual Studio Community and Visual Studio Professional share the same features. You must check the optional feature Microsoft Foundation Classes for C++ during Visual Studio Community installation.

You also need boost.

To configure boost include path (in Console and ConsoleHook projects) , you can see files named BoostIncludePath.props.user.template, the usage is described inside.

To build localized DLLs, you need

And finally, to build the help file, you need

Clone this wiki locally