> Linking... > act.other.obj : error LNK2001: unresolved external symbol _write_aliases > interpreter.obj : error LNK2001: unresolved external symbol _read_aliases > bin/circle.exe : fatal error LNK1120: 2 unresolved externals > Error executing link.exe. > > circle.exe - 3 error(s), 0 warning(s) Do you have alias.c in your Workspace? That error means that it's not finding those functions that are referenced in one of your other files. The two functions are in the alias.c file. Jeff -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT