Folks, I wonder how one can have Microsoft compiler to build VM on Windows without dynamic runtime library (msvcr71.dll). Is it possible? -- Thank you, Alexei
On 11/29/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote:
2006/11/28, Ivanov, Alexey A <[EMAIL PROTECTED]>: > >Ivanov, Alexey A wrote: > I've copied the DLL from %SYSTEMROOT%\system32\msvcr71.dll and quite > happy with it. I'll tell you more. If you have msvcr71.dll in %SYSTEMROOT%\system32\ then you do not need to copy it. Everything works fine... You just should remove msvcr71.dll from dependencies. SY, Alexey
