I have a ton of C++ code...

Discussion in 'Getting started' started by Owen Ransen, Jun 12, 2014.

  1. ...and I was wondering what is the best/easisiest way of reusing it for online apps running on DASP .NET? For example processing DXF files and creating STL 3D printer files. I have standalone apps which do all that, but how to port them to the web? I'd like to do the GUI in C#, but the rest?

    1. Making a command line version which can be called from C#?
    2. Making a DLL version which can be called from C#?
    3. Other solutions?
     
  2. FrankC

    FrankC DiscountASP.NET Staff

    I would make a dll and that load it with C#
     
    Owen Ransen likes this.
  3. Ok, I'll see how hard that is.
     

Share This Page