всем доброго. Не нашёл я ветку где про хелпы, кто знает, скажите плз: возможно ли воркшоповски сделанный .хлп разобрать чтобы поправить, и чем это зззделать. заранее благодарен ))
23.05.05 15:30: Перенесено модератором из 'C/C++' — Odi$$ey
Здравствуйте, nabor, Вы писали:
N>Help & Manual v3 может импортировать (декомпилировать) help-файлы.
Это программа так называется? Много ли она весит? спасибо
Здравствуйте, RealZzz, Вы писали:
N>>Help & Manual v3 может импортировать (декомпилировать) help-файлы.
RZ>Это программа так называется? Много ли она весит? спасибо 
Да. Весит примерно 16.5 Мб. Где-то в сети была взломанная русская версия.
Здравствуйте, RealZzz, Вы писали:
RZ>всем доброго. Не нашёл я ветку где про хелпы, кто знает, скажите плз: возможно ли воркшоповски сделанный .хлп разобрать чтобы поправить, и чем это зззделать. заранее благодарен ))
Есть такой HELPDECO — Help Decompiler. При старте выдает:
HELPDECO - decompile *.HLP/*.MVB files of Windows 3.x / 95 - 32 bit Version 2.1
M.Winterhoff, Geschw.-Scholl-Ring 17, 38444 Wolfsburg, Germany, CIS 100326,2776
usage: HELPDECO helpfile[.hlp] [/y] - decompile helpfile into all sources
HELPDECO helpfile[.hlp] [/y] /a[annfile.ANN] - and add annotations
HELPDECO helpfile[.hlp] /r [/y] [/n] - decompile into lookalike RTF
HELPDECO helpfile[.hlp] /c [/y] - generate Win95 .CNT content file
HELPDECO helpfile[.hlp] /l - list entry points of this helpfile
HELPDECO helpfile[.hlp] /e [/f] - list references to other helpfiles
HELPDECO helpfile[.hlp] /p [/f] - check references to other helpfiles
HELPDECO helpfile[.hlp] /d [/x] - display internal directory
HELPDECO helpfile[.hlp] "internalfile" [/x] - display internal file
HELPDECO helpfile[.hlp] "internalfile" filename - export internal file
options: /y overwrite without warning, /f list referencing topics, /x hex dump
/g no guessing, /hprefix add known contextid prefix, /n no page breaks
To recreate all source files neccessary to rebuild a Windows helpfile, create
a directory, change to this directory and call HELPDECO with the path and name
of the helpfile to dissect. HELPDECO will extract all files contained in the
helpfile in two passes and deposit them in the current directory. You may then
rebuild the helpfile using the appropriate help compiler HC30, HC31, HCP, HCW,
HCRTF, MVC, WMVC or MVCC. The file will not be identical, but should look and
work like the original. This program is Freeware. Use at your own risk. No
part of it may be used commercially. No fees may be charged on distributing.