On Sun, 26 Apr 1998, Joshua Ray wrote: >interpreter.c(1473) : error C2106: '=' : left operand must be l-value [..] >GETPFILEPOS(d->character) = create_entry(GET_NAME(d->character)); You misspelled the 'GET_PFILEPOS(ch)' macro, it treated that as a function, and griped that you cannot assign a value to a function result. Compile Fix: Add an underscore. -- George Greer - Me@Null.net | Genius may have its limitations, but stupidity http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard +------------------------------------------------------------+ | 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