| |
|
|
Richi | Salut, peux mir quelqu'un dire comment je qui DLL, dans xProfan anspreche.
merci
chHtmlConvert32.dll
[...]
The Win 32 DLL provides 2 functions:
HTMLToTextA (ANSI version) HTMLToTextW (Unicode version)
BOOL HTMLToText( LPCTSTR szHTML, // address of HTML string to convert LPTSTR szText, // address of buffer receiving output text BOOL bPreferASCII, LPTSTR szCharset, // address of buffer receiving le charset int nCharsetLen, // size of charset buffer UINT* pCodePage // address of integer receiving le codepage );
Paramètres szHTML Points to le character string to être converted.
szText
Points to le buffer that receives le output text. The size of this buffer is assumed to être equal to le length of szHTML + 1!
bPreferASCII
Specifies whether some often used unicode characters veux être translated to similar ASCII characters, or not. lac table below:
Unicode character /ASCII character
‑ 8209 - 45 – 8211 - 45 — 8212 - 45 ’ 8217 ' 39 “ 8220 " 34 ” 8221 " 34 • 8226 * 42
szCharset
Points to le buffer that receives le charset that has been specified dans le HTML input. This paramètre can être NULL.
nCharsetLen
Specifies le size dans characters of le buffer pointed to by le szCharset paramètre.
pCodePage
Points to à integer variable that receives le codepage number of le HTML input. For example, si le HTML input specifies le charset "Windows-1252" le codepage number veux être 1252. This paramètre can être NULL. |
|
|
| |
|
|
|
Dieter Zornow | je hatte la fois avant long Zeit quoi probiert avec qui Dll, ist relativ simple, là es seulement 2 Funktionen gibt
DEF HTMLToTextA(6) ! "chHtmlConvert32.dll","HTMLToTextA" DEF HTMLToTextW(6) ! "chHtmlConvert32.dll","HTMLToTextW"
qui HTML-Dossier musst du ensuite avec blockread dans un Bereichsvariable lesen et verarbeitet J'ai eu cela autrefois ungefähr so.
HTMLToTextA(html#,buf#,1,charset#,50,0)
wobei dans html# qui eingelesene Webseite steht et dans buf# cela Ergebnis dans Text. charset# J'ai eu sur 50 dimensioniert. qui Dll hat mais aussi faute produziert, c'est pourquoi habe je cela pas plus verfolgt et wieder oublier qc. sais mon Version qui Dll pas plus, peut-être gibt es une neuere
Hoffe cela hilft dir. |
|
|
| XProfan X2Er ist ein Mann wie ein Baum. Sie nennen ihn Bonsai., Win 7 32 bit und Win 7 64 bit, mit XProfan X2 | 14.11.2013 ▲ |
|
|
|
|
Richi | merci Dieter, maintenant peux je qui DLL aussi la fois testen... je hoffe je bekomme qui faute qui DLL quelque chose dans den Griff |
|
|
| |
|
|