Changes

Jump to: navigation, search

Mouse Lock Implementation FAQ

22 bytes added, 17:46, 13 November 2011
LNK 1210 Error
</blockquote>
'''Answer 1''': This error is most likely caused by VC's incremental linking reaching its hard coded limit. To fix the problem, edit your '''config.in'''
and locate the line #2505 find the following section of code, and insert the '''-INCREMENTAL:NO''' options in boldinto LDFLAGS flag.
<pre>if test $_MSC_VER -ge 1400; then
LDFLAGS=”$LDFLAGS -LARGEADDRESSAWARE -NXCOMPAT '''-INCREMENTAL:NO'''“NO“
dnl For profile-guided optimization
PROFILE_GEN_CFLAGS=”-GL”
PROFILE_GEN_LDFLAGS=”-LTCG:PGINSTRUMENT”</pre>
1
edit

Navigation menu