The HTML Converter win32 launcher has problems when invoked from the
commandline and some cosmetic issues...
1) I/O streams need to be hooked up between launcher and converter
so that console I/O is possible. Right now, HtmlConverter -help
just returns with no output. See the following URL for assistance...
http://support.microsoft.com/support/kb/articles/Q190/3/51.ASP
2) The launcher does not wait for the conversion to complete before
exiting. WaitForSingleObject(pi.hProcess,INFINITE) needs to be
implemented to make scripting possible on win32 platforms.
3) Cosmetic, but important, the copyright for HtmlConverter.cpp is
old and needs to be updated. Please use the same copyright that
is used on make/common/Release.gmk
4) Cosmetic, the coding standard is 4 space indentation, not 8. Please
see the Java style guide, which also applies to C++...
http://javaweb.eng/docs/writing/codeconv/codeconv/html-external/html/CodeConventions.doc6.html#449
commandline and some cosmetic issues...
1) I/O streams need to be hooked up between launcher and converter
so that console I/O is possible. Right now, HtmlConverter -help
just returns with no output. See the following URL for assistance...
http://support.microsoft.com/support/kb/articles/Q190/3/51.ASP
2) The launcher does not wait for the conversion to complete before
exiting. WaitForSingleObject(pi.hProcess,INFINITE) needs to be
implemented to make scripting possible on win32 platforms.
3) Cosmetic, but important, the copyright for HtmlConverter.cpp is
old and needs to be updated. Please use the same copyright that
is used on make/common/Release.gmk
4) Cosmetic, the coding standard is 4 space indentation, not 8. Please
see the Java style guide, which also applies to C++...
http://javaweb.eng/docs/writing/codeconv/codeconv/html-external/html/CodeConventions.doc6.html#449