Skip to content

Command line option -f on Windows version of objconv don't work. #16

Description

@BenHut1

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions