Hello,

In message "Re: Problems building 1.8.4 with VS8 C++ Express Edition (cl 14.00)"
    on Dec.27,2005 13:01:45, <halostatue / gmail.com> wrote:
| NMAKE : fatal error U1077: '.\miniruby.exe' : return code '0xc000000d'
| Stop.

I have two versions of msvcr80.dll.
One is from WDK, and another is from VS2005.
I doubt MS ships wrong version of msvcr80.dll with VS2005.
It seems to be compiled as debug version...

Run  "dumpbin /imports msvcr80.dll" and check the result.
If the result includes DebugBreak, the dll is compiled as debug
version.


Regards,
-- 
U.Nakamura <usa / garbagecollect.jp>