Page 2 of 2
8bithtml behavior for LIKEP?
Posted: Tue Sep 25, 2001 11:27 am
by Crash.Alpha
This is brilliant, kai! Thank you VERY much - I will pass the code along to our DLL developer.
Assuming this all works, we have what we need. We will index on the 8 to 7 bit body text, and perform a query on 8 to 7 bit search strings.
The only problem we expect is when the abstract appears in the search result, it will be unaccented. This is a drag cosmetically - actually, the unaccented abstract may be considered illegable for Europeans.
I think an easy solution would be if Texis had the ability to index on an 8 to 7 bit version of the text, leaving the original text intact in the html table... but I haven't seen anything like that.
8bithtml behavior for LIKEP?
Posted: Tue Sep 25, 2001 12:50 pm
by carsten.harnisch1
htmakepage ? hmm, I searched through the documentation and this site and the only reference I found was this message thread ! Is there any 'hidden' documentation I am missing, or is this undocumented stuff ? So, if it is undocumented are we safe to use the function.
Anyway I did not even found the header "http.h" !
8bithtml behavior for LIKEP?
Posted: Tue Sep 25, 2001 2:58 pm
by Kai
The function is undocumented, though the http.h header has been available for some time. What version of the API are you using (texis -version output, from the texis executable corresponding to the API release you're using)?
8bithtml behavior for LIKEP?
Posted: Wed Sep 26, 2001 3:03 am
by carsten.harnisch1
Our version is 3.01.992447526 of June 13th, 2001. The API is the net-API delivered within this package.
So rather new, anyway no 'html.h' around here !
8bithtml behavior for LIKEP?
Posted: Wed Sep 26, 2001 9:55 am
by Kai
What about http.h? Which platform is this, by the way (full output of texis -version)?
8bithtml behavior for LIKEP?
Posted: Thu Sep 27, 2001 3:43 am
by carsten.harnisch1
here is the full output:
Texis Web Script (Vortex) Copyright (c) 1996-2001 Thunderstone - EPI, Inc.
Commercial Version 3.01.992447526 of Jun 13, 2001 (i686-intel-winnt-32)
I searched for html.h, but did found it. Any way too get it, because we are a bit in time preasure to finish this issue ?
8bithtml behavior for LIKEP?
Posted: Thu Sep 27, 2001 9:36 am
by John
You should have http.h in the morph3\api directory. There is no html.h.
8bithtml behavior for LIKEP?
Posted: Wed Nov 07, 2001 10:42 am
by carsten.harnisch1
Finally I could finish this part here. But I got link errors. What is the lib to include for the HTTP-functions. I tried texisnt.lib and vortexnt.lib, but no success ! (still intel-winnt version)
8bithtml behavior for LIKEP?
Posted: Wed Nov 07, 2001 12:05 pm
by John
They should be in texisnt.lib. What errors are you getting? The complete list of libraries, that should get everything resolved under NT is:
texisnt.lib tispnt.lib api3nt.lib vortexnt.lib
8bithtml behavior for LIKEP?
Posted: Wed Nov 07, 2001 1:51 pm
by carsten.harnisch1
well. http.h does not have 'extern "C"' declaration and so got a mixup with the name-manageling.