On Mon, 2007-03-26 at 12:54 +0100, JOHN VARGHESE wrote: > Hi All, > I have seen a folder called dump in ww8 filter (sw). Could you please tell > me how to > compile the files in it using VC 7(MS Visual Studio). I mean I do > not want to use make files there but I want to create a new Visual > Studio workspace.
I don't think that directory has been compilable for some years now. It's fairly defunct anyway, has a copy of the bad fast-save parser which never worked all that well. > > I want to create a standalone application that uses ww8 filter code in sw > to > read some of the word doc files. Please tell what are the files and > libraries that I have to include to do it. I suggest libwv for your needs here, that was designed to be a standalone library for parsing .doc files. The "real" ww8 filter is quite tightly integrated into writer, and the old www "dumper" dumped at a very low level which would take a load of work to make usable by a third party app. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
