Re: How to get Amaya to recognize PHP pages as HTML?

> 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

Some Windows functions used by the thotlib are located into the file 
Amaya\amaya\windialogue.c
It's not clean, but it's historical.

The main, appArgv, appArgc, and TteLoadApplications are defined in the file 
EDITORAPP.c which
is a file generated by the compiler app when compiling a file EDITOR.A
The file  EDITOR.A describes the user interface and the compiler app generates 
the code that
builds that user interface.
-- 
     Irene.

Received on Thursday, 5 October 2000 10:00:29 UTC