Board index » delphi » D2007-W32's Help and .NET SDK
jrg2k
![]() Delphi Developer |
D2007-W32's Help and .NET SDK2007-04-16 07:04:40 AM delphi96 Does anyone know any technical reason that could have made CodeGear chose Microsoft's HtmlHelp2 over CHM (HtmlHelp1) for D2007's help? The drawbacks are (from my point of view, at least) a lot: * I have always used a rather small System drive (as it allows easy backup/restore), and having to repartition+etc is not that high in my priorities * My dev PC has been until now a lean system, free of .NET junk... Although I could (probably) live with the .NET runtime, I think forcing the .NET SDK on me just to get a lousy help viewer is rather harsh * From my experience with the MSDN (local) docs, HtmlHelp2 is brain- dead technology. First namespaces introduce a lot of overhead to something that should be simple, and the reindexing that takes place everytime anything is changed is painful. And the performance just sucks. My older MSDNs had more or less the same capabilities as the newer ones, but wasting a lot less of my memory and my time. The only (sane) reason I can come up with would be that Microsoft forbids distributing the MSDN docs in the older HtmlHelp1 format? (Which are not much needed in a Win32-only release anyway?) --- posted by geoForum on delphi.newswhat.com |