I am building an x64 lib in Visual Studio 2008, and separately linking it into an x64 DLL (specifically using the WDK Build.exe toolchain in this case). Most general C runtime symbols link fine, indicating that the library versions are sufficiently well-matched, but these two RTC_* symbols specifically fail. Forcing different runtime library versions, as well as aggressive symbol includes in the linker options for the lib does not resolve the problem.I am building an x64 lib in Visual Studio 2008,