Try moving the camera.hex file to a different directory. I believe that Runtime Error 76 in VB6 means that the directory wasn’t found. It could be because it’s too long of a path.
Yes, move the hex file to a shallower directory. IFI_Loader can’t read long file names. I would recommend moving your whole programming folder further down the file tree.
It means exactly what it says - IFI_Loader attempted to divide by zero. Why it is dividing, I don’t know.
If you’re feeling brave, you can try PICLoader or pycloader (C vs. Python). http://sf.net/projects/ifi-picloader I wrote pycloader, so any problems you have with it I’d love to hear about. (I think it might be better implemented than the original IFI loader.)