ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Very Very BAD errors in C++ (HELP!!!) (Sdk)
Very Very BAD errors in C++ (HELP!!!) // Sdk.duo.Jul 8, 2002, 7:58pm
I get these linking errors when I try to compile a bot:
DuoBot.obj : error LNK2001: unresolved external symbol _aw_term DuoBot.obj : error LNK2001: unresolved external symbol _aw_destroy DuoBot.obj : error LNK2001: unresolved external symbol _aw_wait DuoBot.obj : error LNK2001: unresolved external symbol _aw_state_change DuoBot.obj : error LNK2001: unresolved external symbol _aw_enter DuoBot.obj : error LNK2001: unresolved external symbol _aw_login DuoBot.obj : error LNK2001: unresolved external symbol _aw_string_set DuoBot.obj : error LNK2001: unresolved external symbol _aw_int_set DuoBot.obj : error LNK2001: unresolved external symbol _aw_create DuoBot.obj : error LNK2001: unresolved external symbol _aw_event_set DuoBot.obj : error LNK2001: unresolved external symbol _aw_init DuoBot.obj : error LNK2001: unresolved external symbol _aw_say DuoBot.obj : error LNK2001: unresolved external symbol _aw_string Debug/DuoBot.exe : fatal error LNK1120: 13 unresolved externals Can anyone help me? billybobJul 9, 2002, 6:40pm
I can help, I can help. You need to link the aw.lib file(or aw_static.lib if
you want a static library[no aw.dll required]). In VC 6.0 Go to the projects menu and select settings. Click the link tab and then insert aw.lib at the end of that long list of librarys. |