I am using Bitzi Bitcollider/0.6.0 (b1020). All was
working well but suddenly and for no apparent reason it
stopped working. I am using the GUI version. It seems
to "bitzi" the file OK but fails to open the browser
afterwards. I ran it in a debugger and places a
breakpoint in the "ShellExecuteA" function and when it
was hit (after it processed the file) I dumped the
parameters. This is the call represented as C/C++ code:
ShellExecuteA(
NULL,
"open",
"file://C|\\DOCUME~1\\Mike\\LOCALS~1\\Temp\\bitprint.htm",
NULL,
NULL,
SW_SHOWNORMAL
);
Note the "|" character where there should be a ":".
Logged In: NO
PS: I am running XP SP2