Re: Compiling problems with MSVC++ 6.0 on Windows.

From: Charles Erwin (Mystikarc@aol.com)
Date: 07/22/00


MSVC++ 6.0
Windows 98
Circlebpl17
problem:

yes im trying to :p
In this below, you see its lookign for sysmbols like _Do_oasis
Now in the code the its DO_oasis. So what is anyine best guess as to the
problem??? Its looking for the wrong formaT???

Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSPC221.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib
shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
wsock32.lib /nologo /subsystem:console /incremental:yes /pdb:"bin/circle.pdb"
/debug /machine:I386 /out:"bin/circle.exe" /pdbtype:sept
.\Debug\act.comm.obj
.\Debug\act.informative.obj
.\Debug\act.item.obj
.\Debug\act.movement.obj
.\Debug\act.offensive.obj
.\Debug\act.other.obj
.\Debug\act.social.obj
.\Debug\act.wizard.obj
.\Debug\ban.obj
.\Debug\boards.obj
.\Debug\castle.obj
.\Debug\class.obj
.\Debug\comm.obj
.\Debug\config.obj
.\Debug\constants.obj
.\Debug\db.obj
.\Debug\fight.obj
.\Debug\graph.obj
.\Debug\handler.obj
.\Debug\house.obj
.\Debug\interpreter.obj
.\Debug\limits.obj
.\Debug\magic.obj
.\Debug\mail.obj
.\Debug\mobact.obj
.\Debug\modify.obj
.\Debug\objsave.obj
.\Debug\olc.obj
.\Debug\random.obj
.\Debug\shop.obj
.\Debug\spec_assign.obj
.\Debug\spec_procs.obj
.\Debug\spell_parser.obj
.\Debug\spells.obj
.\Debug\utils.obj
.\Debug\weather.obj
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC221.TMP"
Output Window
Linking...
act.comm.obj : error LNK2001: unresolved external symbol _send_editor_help
act.other.obj : error LNK2001: unresolved external symbol _write_aliases
comm.obj : error LNK2001: unresolved external symbol _save_all
comm.obj : error LNK2001: unresolved external symbol _cleanup_olc
db.obj : error LNK2001: unresolved external symbol _free_object_strings_proto
db.obj : error LNK2001: unresolved external symbol _free_object_strings
db.obj : error LNK2001: unresolved external symbol _strcasecmp
objsave.obj : error LNK2001: unresolved external symbol _strcasecmp
interpreter.obj : error LNK2001: unresolved external symbol _do_tedit
interpreter.obj : error LNK2001: unresolved external symbol _do_oasis
interpreter.obj : error LNK2001: unresolved external symbol _do_iedit
interpreter.obj : error LNK2001: unresolved external symbol _do_edit
interpreter.obj : error LNK2001: unresolved external symbol _read_aliases
interpreter.obj : error LNK2001: unresolved external symbol _redit_parse
interpreter.obj : error LNK2001: unresolved external symbol _medit_parse
interpreter.obj : error LNK2001: unresolved external symbol _sedit_parse
interpreter.obj : error LNK2001: unresolved external symbol _zedit_parse
interpreter.obj : error LNK2001: unresolved external symbol _oedit_parse
modify.obj : error LNK2001: unresolved external symbol _tedit_string_cleanup
modify.obj : error LNK2001: unresolved external symbol _redit_string_cleanup
modify.obj : error LNK2001: unresolved external symbol _oedit_string_cleanup
modify.obj : error LNK2001: unresolved external symbol _medit_string_cleanup
modify.obj : error LNK2001: unresolved external symbol
_improved_editor_execute
bin/circle.exe : fatal error LNK1120: 22 unresolved externals
Error executing link.exe.


     +------------------------------------------------------------+
     | 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