Framewave 1.3.1 - Build errors in msvc2008 SP1 (duplicates interlocked functions) only if build 32bits configurations. You must define _DO_NOT_DECLARE_INTERLOCKED_INTRINSICS_IN_MEMORY at the end of fwdev.h!! something like this
#ifndef OPT_REFR
#define _DO_NOT_DECLARE_INTERLOCKED_INTRINSICS_IN_MEMORY
#endif