[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bugs & Such





Well, I stayed  a bit to look into the linking problem; it looks like there
are two issues. First, some modules/configurations are linking in the
"Mutithreaded" runtime libraries, and others are linking to the
"Multithreaded DLL". The bigger problem, however, is that the Debug DLL's
are linking to the MzScheme libraries in the Release directory rather than
the Debug directory. In a sense, the first problem causes the second; since
modules in the different configurations are linked to different kinds of
runtime libraries, cross-linking Debug to Release fails.

Michael.