Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

command line compiler 29 Nov 2022 01:57 #24569

  • OhioJoe
  • OhioJoe's Avatar
  • Topic Author


  • Posts: 123
  • I have a bunch of old Clipper *.prg utilities that I'd like to compile and use. Most are DBF-cleanup utilities that I use in ETL projects. All are console apps. Tried using the xsc compiler command without success. Is there another way?

    Thanks in advance for any help and suggestions
    Joe Curran
    Ohio USA

    Please Log in or Create an account to join the conversation.

    command line compiler 29 Nov 2022 06:01 #24571

    • wriedmann
    • wriedmann's Avatar


  • Posts: 3366
  • Hi Joe,
    I would use XIDE to compile one of them, and look at the commandline parameters.
    AFAIK there are a lot to pass to the compiler for clipper utilities.
    Maybe you could post one of the smaller ones here so Chris or Robert can indicate the correct way.
    Wolfgang
    P.S. Nevertheless I would organize them in one XIDE project because it makes it easier to manage them
    Wolfgang Riedmann
    Meran, South Tyrol, Italy

    www.riedmann.it - docs.xsharp.it

    Please Log in or Create an account to join the conversation.

    command line compiler 29 Nov 2022 12:51 #24577

    • VR
    • VR's Avatar


  • Posts: 87
  • I guess the easiest way is to create a x# project and then compile it using MSBuild. MSBuild takes care of calling the X# Compiler for you.

    Please Log in or Create an account to join the conversation.

    command line compiler 30 Nov 2022 18:01 #24594

    • OhioJoe
    • OhioJoe's Avatar
    • Topic Author


  • Posts: 123
  • Thanks guys. Always appreciate the help. Which is why I'm renewing the FOX subscription today.
    Joe Curran
    Ohio USA

    Please Log in or Create an account to join the conversation.

    • Page:
    • 1