Import C and C++ with inFusion

  1. Download McC which is part of iPlasma
  2. Unpack and go to tools/mcc and invoke from the command line: mcc source_folder dat_folder
    • source_folder is the root folder that includes BOTH .c and the HEADER files .h
    • dat_folder is a folder that you created somewhere on the disk and it is the place where McC will place the results. After it has run, the dat_folder should contain a set of *.dat files.
  3. Download inFusion
  4. Launch tools/inFusion/infusion.bat (on Windows) or infusion.sh (on Linux and Mac)
  5. Press the load button from the top right
  6. From the dialog choose either C\++ of C tables and in edit field specify the dat_folder created in Step 2. Loadc.png
  7. Export to MSE and import into Moose