sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged visual c++

Sometimes the autolinking functionality of Boost on win32 causes trouble. Disabling this is easy, just add to the preprocessor the definition BOOST_ALL_NO_LIB. I use CMake to build all my projects these days and doing this is very simple, just add: ADD_DEFINITIONS(“-DBOOST_ALL_NO_LIB”) If you want to do this on Visual Studio, go to the properties of […]

[Update: I devised an improved method to create command prompts for Visual Studio 2008, 2010 and 2012 all-in-one.] I open a command prompt so often that it has become a burden to have to use a stock cmd shortcut and cd to the right directory. It is easy to add an option to the context […]