Menu

#129 Build errors in msvc2008 SP1 (duplicates interlocked functions)

1.3-dev
open
nobody
None
5
2013-05-21
2013-05-21
Sargtlin
No

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

Discussion


Log in to post a comment.