From: Daniel Berger Date: 2008-04-16T12:54:08+09:00 Subject: Re: umask vs umask On Apr 15, 9:29 pm, Heesob Park wrote: > Hi, > > > > Daniel Berger wrote: > > On Apr 14, 7:11 pm, Park Heesob wrote: > >> Hi, > > >> First copy "msvcr80.dll" and "Microsoft.VC80.CRT.manifest" to the folder where ruby.exe runs. > > >> And make "ruby.exe.manifest" in the the folder where ruby.exe runs with the following content: > > >> > > > I gave this a shot, copying msvcr80.dll and > > Microsoft.VC80.CRT.manifest from C:\Program Files\Microsoft Visual > > Studio 8\VC\redist\x86\Microsoft.VC80.CRT into my CONFIG['bindir'] > > directory, and created the ruby.exe.manifest as you suggested. > > > Unfortunately, that still didn't work for me. I also just tried > > copying the Microsoft.VC80.CRT.manifest to ruby.exe.manifest, but that > > didn't work either. > > > I'm not really sure where to go from here. > > The version # '8.0.50608.0' in the ruby.exe.manifest must be same to the > verision # in your Microsoft.VC80.CRT.manifest file. I checked that, as well as the public key token. Heres my Microsoft.VC80.CRT.manifest, just in case: I'm not sure what the problem is. But, a more pressing issue is how the build scripts should be altered so that either this happens automatically, or so that it's not necessary (if possible). Regards, Dan