What I am trying to do is implement races. I removed the entire block of code
pertaining to races and put it in line by line. After compiling each line I
was able to narrow the problem down to this line of code:
if (GETPFILEPOS(d->character) < 0)
GETPFILEPOS(d->character) = create_entry(GET_NAME(d->character);
To give you a clearer picture, the code is from:
http://developer.circlemud.org/documentation/wtfaq/race.shtml
What came up as the error was the '=' sign. The message read:
interpreter.c(1514) : error C2106: '=' : left operand must be l-value
Really, I haven't a clue!
Khoal
+------------------------------------------------------------+
| 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 : 12/15/00 PST