luotuo
39285
|
2009/12/21 18:46:22 |
谢谢楼主的无私奉献!
关于楼主用HHA_COMPILEHHP函数来做CHM没成功的代码,是因为参数个数不匹配造成的。 楼主原代码: ---------- ... type TChmFunc=Function(Pszhhpfile: Pchar; plongstring: Pointer; pprogress: Pointer): Bool; Stdcall; ... 应改为: ------- ... type TChmFunc=Function(Pszhhpfile: Pchar; plongstring: Pointer; pprogress: Pointer; rsN: integer): Bool; Stdcall; ... ---------- 即增加一个 integer 类型的参数作为第四个参数,调用是置 0 即可,它没什么意义。 |
guanbo
22024
|
2006/3/10 13:35:38 |
感谢楼主啊,不过不知道杂用呢 |
shuihan20e
22016
|
2006/3/10 9:40:27 |
原来一直用HTML WORKSHOP,不知道怎么样,先谢楼主 |
|