Autor Beitrag
geeky
Hält's aus hier
Beiträge: 8



BeitragVerfasst: Mi 08.02.06 11:23 
hello
im looking for delphi code to read dict file format (dict.org) like dictd program ( written in c ) ..
thanks
digi_c
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 1905

W98, XP
D7 PE, Lazarus, WinAVR
BeitragVerfasst: 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:
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 Threadstarter
Hält's aus hier
Beiträge: 8



BeitragVerfasst: 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.