- From: Sree Kumar <sree@ivistasolutions.com>
- Date: Thu, 5 Oct 2000 06:18:53 -0400 (EDT)
- To: www-amaya@w3.org
- Message-ID: <39DC557E.73C6A16C@ivistasolutions.com>
> 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 > Re: How to get Amaya to recognize PHP pages as HTML? > > From: Charles McCathieNevile (charles@w3.org) > Date: Thu, Oct 05 2000 > > * Previous message: patrick foure: "How to get Amaya to recognize PHP pages as HTML?" > * In reply to: patrick foure: "How to get Amaya to recognize PHP pages as HTML?" > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > * Other mail archives: [this mailing list] [other W3C mailing lists] > * Mail actions: [ respond to this message ] [ mail a new topic ] > > ------------------------------------------------------------------------ > > Date: Thu, 5 Oct 2000 06:05:56 -0400 (EDT) > From: Charles McCathieNevile <charles@w3.org> > To: patrick foure <pfoure@imaginet.fr> > cc: Irene.Vatton@inrialpes.fr, www-amaya@w3.org > Message-ID: <Pine.LNX.4.21.0010050603160.22448-100000@tux.w3.org> > Subject: Re: How to get Amaya to recognize PHP pages as HTML? > > What would be good is to have a config file that can be used to specify local > mapping of filename extensions (there may be any kind of extension for html > files, for css files, for xhtml files). For resources downloaded from the web > the guide is the content-type header. > > Cheers > > Charles > > On Thu, 5 Oct 2000, patrick foure wrote: > > > HI, > > For the same reasons given by Edward Moon , we would like Amaya to recognize PHP pages > ( with the .php or .php* suffix ) . > If it could be possible to configure all suffixes that could be handle by Amaya it should be nice. > > Thanks. > P.Foure > > > > > > Re: How to get Amaya to recognize JSP pages as HTML? > > > > From: Edward Moon (em@mooned.org) > > Date: Mon, Jan 10 2000 > > > > *Next message: Danton Nunes: "Re: multikey on Unix" > > > > * Previous message: Karl-Michael Schneider: "interrupting transfer" > > * In reply to: Irene.Vatton@inrialpes.fr: "Re: How to get Amaya to recognize JSP pages as HTML?" > > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > > * Other mail archives: [this mailing list] [other W3C mailing lists] > > * Mail actions: [ respond to this message ] [ mail a new topic ] > > > > ------------------------------------------------------------------------ > > > > Date: Mon, 10 Jan 2000 10:05:27 -0800 (PST) > > From: Edward Moon <em@mooned.org> > > To: Irene.Vatton@inrialpes.fr > > cc: www-amaya@w3.org > > Message-ID: <Pine.LNX.4.10.10001100957420.25571-100000@gate.mooned.org> > > Subject: Re: How to get Amaya to recognize JSP pages as HTML? > > > > Thanks for adding jsp to the next release. > > > > Are you going to make a config file where a user can add an extension > > without waiting for a new release? Or perhaps an option to force Amaya > > to always assume files are HTML documents? The reason why I ask is as a > > consultant, I end up viewing and editing JSP, ASP, PHP, CFM, and other > > file formats that are HTML-like at various companies. > > > > In most cases, I can't edit files directly from the server (as the > > JSP/ASP/PHP code gets executed during the request) so manipulating the > > mime type doesn't help me. > > > > On Mon, 10 Jan 2000 Irene.Vatton@inrialpes.fr wrote: > > > > > In-reply-to: Your message of Mon, 10 Jan 2000 00:46:19 -0800." > > > <Pine.LNX.4.10.10001100043360.24623-100000@gate.mooned.org> > > > > I'd like to edit some Java Server Pages using Amaya. Because the files > > > > have a .jsp extension instead of .htm or .html, Amaya won't recognize them > > > > as a HTML type document and disables the HTML features and also won't > > > > syntax color the files. > > > > > > > > Is there a config fire I can edit to change Amaya's behavior? I've looked > > > > around and haven't found anything I can edit to do this. > > > > > > > > Thanks, > > > > > > > > > > > > > > The document type is fixed either by the mime-type given by the server or > > > the suffix. The suffix list is hard-coded. I added jsp in the list for the > > > next release. > > > Meanwhile if you have a server, you can solve your problem by loading these > > > files through the server with the mime-type. > > > Irene. > > > > > > > > > > > > > ------------------------------------------------------------------------ > > > > * Next message: Danton Nunes: "Re: multikey on Unix" > > * Previous message: Karl-Michael Schneider: "interrupting transfer" > > * In reply to: Irene.Vatton@inrialpes.fr: "Re: How to get Amaya to recognize JSP pages as HTML?" > > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > > * Other mail archives: [this mailing list] [other W3C mailing lists] > > * Mail actions: [ respond to this message ] [ mail a new topic ] > > > -- > Charles McCathieNevile mailto:charles@w3.org phone: +61 (0) 409 134 136 > W3C Web Accessibility Initiative http://www.w3.org/WAI > Location: I-cubed, 110 Victoria Street, Carlton VIC 3053, Australia > September - November 2000: > W3C INRIA, 2004 Route des Lucioles, BP 93, 06902 Sophia Antipolis Cedex, France > > ------------------------------------------------------------------------ > > * Previous message: patrick foure: "How to get Amaya to recognize PHP pages as HTML?" > * In reply to: patrick foure: "How to get Amaya to recognize PHP pages as HTML?" > * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] > * Other mail archives: [this mailing list] [other W3C mailing lists] > * Mail actions: [ respond to this message ] [ mail a new topic ]
Received on Thursday, 5 October 2000 06:19:33 UTC