Entwickler-Ecke

Windows API - dict file format


geeky - Mi 08.02.06 11:23
Titel: dict file format
hello
im looking for delphi code to read dict file format (dict.org) like dictd program ( written in c ) ..
thanks


digi_c - Mi 08.02.06 11:45

Well I on the page isn't a example record so do you wanna build a page scraper or a file parser?

For further informations:
http://www.freedict.org/howto/ch07.html

A quick search returned no results for a "ready to use" component so it might be easyer to embedd the c algorithm in a dll than to port it to Delphi.


geeky - Do 09.02.06 03:55

hello, i want to build a dict file parser
i too saw sat page yesturday.. ( theres is old dictd program written in c).. since i don't know c it's hard to me port it ..
thanks for your advice.