> Manafort wrote: > > > > act.informative.obj : error LNK2001: unresolved external symbol _WHO_USAGE > > You should never use a symbol that starts with an underscore (_) then a > capital letter or two underscores (__) and as a general rule of thumb > don't use one that starts with any underscores period. Those names are > reserved for implementation use and can clash with the implementation. Er, no, it just means that he made a reference to 'who_usage' without providing a definition in act.informative.c. I'm sure somewhere when he was compiling he received an error about the undefined function; always, always fix all warnings, because they often can lead to confusing errors or un-expected behaviour later on. Check your code for that. ___ Jon A. Nielsen Lazarus of Spear of Insanity MUD spear.kilnar.com:1066 http://spear.kilnar.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/10/01 PDT