This software's source package also comes with an already compiled EXE file for running in Windows. Unfortunately, every time I run it, I can't use the most important command line option, the "-f" command line option. That would allow me to set the format of the output object file, but it doesn't work.. For example, when I run it as "objconv.exe -fCOFF fastlz.o fastlz.obj" I end up getting the error "Error 2004: Unknown command line option: %sfCOFF". It seems to be converting "-" into "%s" somehow. Please fix. I've tried putting a space between -f and COFF. I've tried putting a ":" between. I've tried even using /f instead of -f. Nothing works.