> c:\Circle\src\comm.c(2206) : error C2371: 'i' : redefinition; different > basic types > c:\Circle\src\comm.c(2340) : error C2065: 'i' : undeclared identifier it looks like you declared 'i' as a global integer on line 2206, but then tried to use a local variable with type 'descriptor_data' in the function on line 2340..put the integer occurance inside the function that uses it.. siv +------------------------------------------------------------+ | 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