Adrian Aichner wrote:
Pekka Marjola <pema(a)iki.fi> writes:
>- Then compilation stops with missing MSVCRTD.lib, which I could not
>find instructions to download
>
>
Try compiling with
DEBUG_XEMACS=0
in config.inc
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++.