On Sat, 10 Apr 1999, Albert Brauneis wrote: > I found the snippet for do_skills and do_spells and put it in my code, I then > tried to compile it and it worked fine untill it started to link it. I get > there errors during linking: > Linking... > act.informative.obj : error LNK2001: unresolved external symbol _spells > act.informative.obj : error LNK2001: unresolved external symbol _spells There was a change between bpl15 and bpl14 that moved the spell names out of spells[] and into spell_info[].name, so just change references to stuff like spell[i] to spell_info[i].name. -dak : I'm always multi-threading, now my code is coming up to par... +------------------------------------------------------------+ | 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