Same thing if you get unknown definitions or unresolved externals during compiling/linking. This is most probably due to outdated helpers.
src\shared\xwp.def
, which exports the functions from
XFLDR.DLL.
XWPDAEMN.EXE
, which
will automatically unload the hook DLL. Then, after the build, restart the daemon
by executing XWPDAEMN -D
(to circumvent the error message box which
comes up otherwise).
See config.in for details.
.PCH
files in your TEMP directory,
or comment out the PRECH
line in setup.in
to disable
precompiled headers altogether. I have also found that killing DDE4LOAD.EXE
(the VAC background process) helps sometimes, for whatever reason.