MFC & Amaya

When i create a new MFC project in Visual C++ 6.0 and include the thoteditor library as a dependancy to the
mfc project and try to compile it I get the following errors . Anyone knows what gives ?

libThotEditor.lib(dialogapi.obj) : error LNK2001: unresolved external symbol _main
libThotEditor.lib(appli.obj) : error LNK2001: unresolved external symbol _ReturnOption
libThotEditor.lib(appli.obj) : error LNK2001: unresolved external symbol _currentWindow
libThotEditor.lib(appdialogue.obj) : error LNK2001: unresolved external symbol _currentWindow
libThotEditor.lib(appli.obj) : error LNK2001: unresolved external symbol _Window_Curs
libThotEditor.lib(appdialogue.obj) : error LNK2001: unresolved external symbol _appArgv
libThotEditor.lib(appdialogue.obj) : error LNK2001: unresolved external symbol _appArgc
libThotEditor.lib(appdialogue.obj) : error LNK2001: unresolved external symbol _TteLoadApplications
libThotEditor.lib(closedoc.obj) : error LNK2001: unresolved external symbol _CreateCloseDocDlgWindow
libThotEditor.lib(searchmenu.obj) : error LNK2001: unresolved external symbol _CreateSearchDlgWindow

Received on Thursday, 5 October 2000 07:16:29 UTC