> Is there such a thing?
> Will there be?
I'd bet against it. The TurboPower products have pretty much languished
as open source. It seems unlinkely that anyone is going to make the
effort to port them to .NET.
-- Larry Maturo
" Tom Corey" <omtay....@otmailhay.omcay> wrote in message
news:xn0esujmp...@newsgroups.borland.com...
> One of the problems with them is that you can't modify the help
> files, so even if someone where to update them, you would never
> know it. Strange that they didn't provide source to the help files
> when they open sourced the tools.
That is odd. But the whole situation was odd, and a couple of the
things that they said would happen never did.
Is it possible to reverse engineer help files? I know it's child's play
to copy and paste the contents, but relinking it all together would be
a major pain.
Help & Manual can do it. Besides the help file is quite small, so copy and
paste wouldn't be a major task.
Regards
Uffe
I gave up on abbrevia, and went looking for open source dot.net zip
handlers.
I like SharpDevelop's SharpZipLib. Its entirely in managed c#, but the
dll assembly works just fine in delphi.net. Its relatively small and
fast. Theres no drag and drop components, but its easy enough to work
with in code directly.
http://www.icsharpcode.net/OpenSource/SharpZipLib/
http://wiki.sharpdevelop.net/default.aspx/SharpZipLib.FrequentlyAskedQuestions
The Mono project for linux uses it, and they even have a precompiled
binary for win32.
http://www.mono-project.com/Downloads