S Scotian Distinguished Jan 31, 2011 1 0 18,510 Jan 31, 2011 #1 Hello, How do I verify in code (C++) that a chm file contains a specified html file?
kyeana Distinguished May 21, 2008 230 0 18,860 Feb 1, 2011 #2 If you can decompile the chm then it should be pretty painless to look through it and see if the given html file exists Take a look at this and see if it helps http/stackoverflow.com/questions/4539031/decompiling-chm-help-files-with-c-or-c Specifically, this was suggested: http/www.jedrea.com/chmlib/ Upvote 0 Downvote
If you can decompile the chm then it should be pretty painless to look through it and see if the given html file exists Take a look at this and see if it helps http/stackoverflow.com/questions/4539031/decompiling-chm-help-files-with-c-or-c Specifically, this was suggested: http/www.jedrea.com/chmlib/