I am creating a driver for my USB device. When creating using msvisual studio10, I get the following two errors:
C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code
and
C:/boost32/include/boost-1_48\boost/numeric/conversion/detail/preprocessed/numeric_cast_traits.hpp(34): error C2766: explicit specialization; 'boost::numeric::numeric_cast_traits<char,char>' has already been defined 2> C:/boost32/include/boost-1_48\boost/numeric/conversion/detail/preprocessed/numeric_cast_traits.hpp(18) : see previous definition of 'numeric_cast_traits<char,char,void>'
Help me get rid of these two errors that impede the building process of my project.
source share