I'm using Circle 3.0 bpl 15 w/ DGScripts and Oasis OLC bp 7a. I applied Sammy's patch to my current code and the following errors resulted: C:\circle30bpl15\src\db.c(2525) : error C2143: syntax error : missing ';' before 'type' C:\circle30bpl15\src\db.c(2533) : error C2065: 'st' : undeclared identifier C:\circle30bpl15\src\db.c(2533) : error C2223: left of '->sex' must point to struct/union C:\circle30bpl15\src\db.c(2534) : error C2223: left of '->chclass' must point to struct/union C:\circle30bpl15\src\db.c(2535) : error C2223: left of '->race' must point to struct/union C:\circle30bpl15\src\db.c(2536) : error C2223: left of '->level' must point to struct/union C:\circle30bpl15\src\db.c(2540) : error C2223: left of '->title' must point to struct/union C:\circle30bpl15\src\db.c(2540) : error C2198: 'str_dup' : too few actual parameters C:\circle30bpl15\src\db.c(2541) : error C2223: left of '->description' must point to struct/union C:\circle30bpl15\src\db.c(2541) : error C2198: 'str_dup' : too few actual parameters C:\circle30bpl15\src\db.c(2543) : error C2223: left of '->hometown' must point to struct/union C:\circle30bpl15\src\db.c(2544) : error C2223: left of '->birth' must point to struct/union C:\circle30bpl15\src\db.c(2545) : error C2223: left of '->played' must point to struct/union C:\circle30bpl15\src\db.c(2548) : error C2223: left of '->weight' must point to struct/union C:\circle30bpl15\src\db.c(2549) : error C2223: left of '->height' must point to struct/union C:\circle30bpl15\src\db.c(2551) : error C2223: left of '->abilities' must point to struct/union C:\circle30bpl15\src\db.c(2552) : error C2223: left of '->abilities' must point to struct/union C:\circle30bpl15\src\db.c(2553) : error C2223: left of '->points' must point to struct/union C:\circle30bpl15\src\db.c(2554) : error C2223: left of '->char_specials_saved' must point to struct/union C:\circle30bpl15\src\db.c(2555) : error C2223: left of '->player_specials_saved' must point to struct/union C:\circle30bpl15\src\db.c(2570) : error C2223: left of '->name' must point to struct/union C:\circle30bpl15\src\db.c(2570) : error C2198: 'strlen' : too few actual parameters C:\circle30bpl15\src\db.c(2570) : error C2223: left of '->name' must point to struct/union C:\circle30bpl15\src\db.c(2570) : error C2198: 'strlen' : too few actual parameters C:\circle30bpl15\src\db.c(2571) : error C2223: left of '->name' must point to struct/union C:\circle30bpl15\src\db.c(2571) : error C2198: 'strcpy' : too few actual parameters C:\circle30bpl15\src\db.c(2572) : error C2223: left of '->pwd' must point to struct/union C:\circle30bpl15\src\db.c(2572) : error C2198: 'strcpy' : too few actual parameters C:\circle30bpl15\src\db.c(2576) : error C2223: left of '->affected' must point to struct/union C:\circle30bpl15\src\db.c(2577) : error C2223: left of '->affected' must point to struct/union C:\circle30bpl15\src\db.c(2577) : error C2198: 'affect_to_char' : too few actual parameters C:\circle30bpl15\src\db.c(2586) : error C2223: left of '->last_logon' must point to struct/union C:\circle30bpl15\src\db.c(3336) : error C2001: newline in constant C:\circle30bpl15\src\db.c(3337) : error C2146: syntax error : missing ')' before identifier 'to' C:\circle30bpl15\src\db.c(3337) : error C2001: newline in constant Error executing cl.exe. db.obj - 35 error(s), 0 warning(s) I believe if I can knock down the first error the others will fall into place. I dont know why its erroring me at all from what I can see it looks fine. I would post the code but its a little too much for a message and I've already taken up too much space as it is. Please help if you can I will be most appreciative. _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.com. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT