Julian Buckley wrote: > > I was wondering if *anyone* can inform me of how I can lose the following > messages that appear when compiling a win95 mud...: > > Microsoft (R) Program Maintenance Utility Version 1.61.6038 > Copyright (C) Microsoft Corp 1988-1996. All rights reserved. > > ***SNIP*** > cl -c /nologo /I. /IC:\MSDEV\INCLUDE dg_mobcmd.c > dg_mobcmd.c > dg_mobcmd.c(136) : warning C4129: 'e' : unrecognized character escape > sequence Uhm, as I recall, dg_mobcmd.c uses a define of UID_CHAR for something I'm not interested in looking up right now. You'll find in dg_scripts.h: #define UID_CHAR '\e' Change this to something Microsoft allows. (Randomly experiment--can't hurt anything, really... Well, wait. You are using Microsoft...) -B. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST