On Wed, 2005-11-02 at 20:49 -0600, Ben Wing wrote:
>>- Then compilation stops with missing MSVCRTD.lib, which I
could not
>>find instructions to download
>
>I don't generally recommend this, since it will render your backtraces
>fairly useless, but it will confirm that MSVCRT.lib is availiable in
>your installation, while MSVCRTD.lib is not.
>
>(See nt\xemacs.mak)
this ought to come with VC++.
Neither is available. I have only VC++ Toolkit, that is the free command
line version. Of the related files, there is only MSVCR71.dll.
There seems to be one in .NET Framework SDK 1.1, but using that gives me
following error:
MSVCRTD.lib(MSVCR71D.dll): error LNK2005: _exit already defined in
LIBC.lib(crt0dat.obj)
etc...