I think it is Ivans OLC version 1.81. the delete command I'm trying to get into the code is Sardu <[EMAIL PROTECTED]> something, I got them both from www.kyndig.com I have gotten the olc to work but this delete command is the only thing now thats a problem. the delete files was called delete.c on kundig.com
I have also fixed some of the warnings, these are all that remain. olc_act.c: In function `aedit_file': olc_act.c:754: warning: subscript has type `char' (lots of these) olc_act.c: In function `oedit_delete': olc_act.c:4958: warning: unused variable `tReset' olc_act.c:4955: warning: unused variable `ch_next' olc_act.c:4955: warning: unused variable `wch' olc_act.c: In function `medit_delete': olc_act.c:5070: warning: unused variable `buf' olc_act.c: In function `redit_delete': olc_act.c:5248: structure has no member named `from_room' olc_act.c:5293: structure has no member named `from_room' olc_act.c: In function `unlink_reset': olc_act.c:5384: structure has no member named `reset_first' olc_act.c:5385: structure has no member named `reset_first' olc_act.c:5387: structure has no member named `reset_first' olc_act.c:5388: structure has no member named `reset_last' make: *** [olc_act.o] Error 1 On Sun, 31 Mar 2002, Bobby Hicks wrote: > > now I get these warnings and errors > > > > olc_act.c: In function `aedit_file': > > olc_act.c:747: warning: subscript has type `char' > > olc_act.c: In function `medit_hitdice': > > olc_act.c:4402: warning: subscript has type `char' > <huge snip> > <snip> > > I dont understand anything of this > > Wheres the error? > > What do I do to fix it? > > if you need to see the code send me a mail about it, cant send > > that much code in this mail > > > Ok, first of all, you don't NEED to post ALL the code that's giving the > problem. Especially since the warnings/errors are all the same. Just post > the few lines of code that surround olc_act.c:747 and possibly 4402 as well. > Secondly, who's OLC are you using? > > Rheede > > > > -- > ROM mailing list > [email protected] > http://www.rom.org/cgi-bin/mailman/listinfo/rom >

